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 b265787 + 6cc5981 commit db0bbf7Copy full SHA for db0bbf7
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: trailing-whitespace
6
exclude: tests/data
@@ -39,7 +39,7 @@ repos:
39
- id: add-trailing-comma
40
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: v0.6.3
+ rev: v0.6.9
43
44
- id: ruff
45
args: ["--fix", "--show-fixes"]
@@ -62,7 +62,7 @@ repos:
62
- id: nb-strip-paths
63
64
- repo: https://github.com/tox-dev/pyproject-fmt
65
- rev: 2.2.1
+ rev: 2.2.4
66
67
- id: pyproject-fmt
68
0 commit comments