We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b59e24 commit b041e7cCopy full SHA for b041e7c
.pre-commit-config.yaml
@@ -40,16 +40,16 @@ repos:
40
args:
41
- --fix
42
- repo: https://github.com/astral-sh/ruff-pre-commit
43
- rev: 'v0.1.11'
+ rev: 'v0.2.0'
44
hooks:
45
- id: ruff
46
args: [--fix, --exit-non-zero-on-fix]
47
- id: ruff-format
48
- repo: https://github.com/tox-dev/pyproject-fmt
49
- rev: 1.5.3
+ rev: 1.7.0
50
51
- id: pyproject-fmt
52
- repo: https://github.com/abravalheri/validate-pyproject
53
- rev: v0.15
+ rev: v0.16
54
55
- id: validate-pyproject
0 commit comments