8000
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 70d5f88 commit 6d1b24dCopy full SHA for 6d1b24d
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
exclude: ".*/vendor/.*"
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: v0.4.1
+ rev: v0.4.2
5
hooks:
6
- id: ruff
7
# args: [ --fix, --exit-non-zero-on-fix ]
@@ -11,7 +11,7 @@ repos:
11
12
- id: isort
13
- repo: https://github.com/psf/black
14
- rev: 24.4.0
+ rev: 24.4.2
15
16
- id: black
17
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments