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 6db3730 commit 7c0e3edCopy full SHA for 7c0e3ed
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
- id: end-of-file-fixer
6
- id: trailing-whitespace
7
- repo: https://github.com/python-jsonschema/check-jsonschema
8
- rev: 0.29.3
+ rev: 0.29.4
9
hooks:
10
- id: check-github-workflows
11
args: ["--verbose"]
@@ -15,7 +15,7 @@ repos:
15
- id: codespell
16
additional_dependencies: ["tomli>=2.0.1"]
17
- repo: https://github.com/tox-dev/pyproject-fmt
18
- rev: "2.2.4"
+ rev: "2.3.0"
19
20
- id: pyproject-fmt
21
- repo: https://github.com/astral-sh/ruff-pre-commit
@@ -25,7 +25,7 @@ repos:
25
- id: ruff
26
args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"]
27
- repo: https://github.com/asottile/blacken-docs
28
- rev: 1.18.0
+ rev: 1.19.0
29
30
- id: blacken-docs
31
additional_dependencies: [black==24.8]
0 commit comments