We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e233bf commit f76d514Copy full SHA for f76d514
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
- id: end-of-file-fixer
6
- id: trailing-whitespace
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: "v0.1.3"
+ rev: "v0.1.4"
9
hooks:
10
- id: ruff
11
args: [--fix, --exit-non-zero-on-fix]
@@ -19,7 +19,7 @@ repos:
19
- id: tox-ini-fmt
20
args: ["-p", "fix"]
21
- repo: https://github.com/tox-dev/pyproject-fmt
22
- rev: "1.3.0"
+ rev: "1.4.1"
23
24
- id: pyproject-fmt
25
additional_dependencies: ["tox>=4.11.3"]
0 commit comments