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 107e521 commit 392da8eCopy full SHA for 392da8e
1 file changed
.pre-commit-config.yaml
@@ -1,11 +1,11 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v4.6.0
4
hooks:
5
- id: end-of-file-fixer
6
- id: trailing-whitespace
7
- repo: https://github.com/python-jsonschema/check-jsonschema
8
- rev: 0.28.0
+ rev: 0.28.1
9
10
- id: check-github-workflows
11
args: [ "--verbose" ]
@@ -25,7 +25,7 @@ repos:
25
- id: pyproject-fmt
26
additional_dependencies: ["tox>=4.13"]
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: "v0.3.4"
+ rev: "v0.3.5"
29
30
- id: ruff-format
31
- id: ruff
0 commit comments