We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea6480 commit 00cb55aCopy full SHA for 00cb55a
1 file changed
.pre-commit-config.yaml
@@ -24,15 +24,15 @@ repos:
24
- id: end-of-file-fixer
25
- id: trailing-whitespace
26
- repo: https://github.com/tox-dev/pyproject-fmt
27
- rev: a007bb7dd9043d022292401abc3061cb1906b4bc # v2.21.2
+ rev: 3a8ef795727fa946dfcb21c5d07b1442c2362c09 # v2.23.0
28
hooks:
29
- id: pyproject-fmt
30
- repo: https://github.com/abravalheri/validate-pyproject
31
rev: 4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7 # v0.25
32
33
- id: validate-pyproject
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
- rev: 5e2fb545eba1ea9dc051f6f962d52fe8f76a9794 # v0.15.13
+ rev: 0671d8ab202c4ac093b78433ae5baf74f3fc7246 # v0.15.15
36
37
- id: ruff-check
38
args: [--fix, --exit-non-zero-on-fix]
0 commit comments