We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4961b12 commit baf98f3Copy full SHA for baf98f3
.pre-commit-config.yaml
@@ -1,17 +1,17 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-toml
6
- id: check-yaml
7
- id: end-of-file-fixer
8
- id: trailing-whitespace
9
- repo: https://github.com/tox-dev/pyproject-fmt
10
- rev: "2.2.4"
+ rev: "v2.5.0"
11
12
- id: pyproject-fmt
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.6.8
+ rev: v0.8.0
15
16
- id: ruff
17
args: [--fix, --exit-non-zero-on-fix]
0 commit comments