We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b847a commit b58c841Copy full SHA for b58c841
1 file changed
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
- id: end-of-file-fixer
25
- id: trailing-whitespace
26
- repo: https://github.com/tox-dev/pyproject-fmt
27
- rev: 91de51aef61c5f2383f03da25604e3d65a8309e0 # v2.21.1
+ rev: a007bb7dd9043d022292401abc3061cb1906b4bc # v2.21.2
28
hooks:
29
- id: pyproject-fmt
30
- repo: https://github.com/abravalheri/validate-pyproject
@@ -37,7 +37,7 @@ repos:
37
- id: sphinx-lint
38
types: [rst]
39
- repo: https://github.com/pycqa/isort
40
- rev: a333737ed43df02b18e6c95477ea1b285b3de15a # 8.0.1
+ rev: dac090ce4d9ee313d086e2e89ab1acb8c2664fa1 # 9.0.0a3
41
42
- id: isort
43
additional_dependencies: ["toml"]
0 commit comments