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.
2 parents 192cef7 + 8332db8 commit cb02b4fCopy full SHA for cb02b4f
.pre-commit-config.yaml
@@ -5,12 +5,12 @@ repos:
5
- id: end-of-file-fixer
6
- id: trailing-whitespace
7
- repo: https://github.com/python-jsonschema/check-jsonschema
8
- rev: 0.31.0
+ rev: 0.31.1
9
hooks:
10
- id: check-github-workflows
11
args: ["--verbose"]
12
- repo: https://github.com/codespell-project/codespell
13
- rev: v2.4.0
+ rev: v2.4.1
14
15
- id: codespell
16
args: ["--write-changes"]
@@ -24,7 +24,7 @@ repos:
24
25
- id: pyproject-fmt
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: "v0.9.3"
+ rev: "v0.9.4"
28
29
- id: ruff-format
30
- id: ruff
0 commit comments