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 4ecc540 commit 3b8fb3eCopy full SHA for 3b8fb3e
1 file changed
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
- id: check-yaml
10
- id: detect-private-key
11
- repo: https://github.com/tox-dev/pyproject-fmt
12
- rev: "v2.10.0"
+ rev: "v2.11.1"
13
hooks:
14
- id: pyproject-fmt
15
- repo: https://github.com/citation-file-format/cffconvert
@@ -39,7 +39,7 @@ repos:
39
- id: yamllint
40
exclude: pre-commit-config.yaml
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: "v0.14.0"
+ rev: "v0.14.4"
43
44
- id: ruff-format
45
- id: ruff-check
0 commit comments