We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e5c379 + 6ab32f8 commit 75bbbf5Copy full SHA for 75bbbf5
1 file changed
.pre-commit-config.yaml
@@ -15,11 +15,11 @@ repos:
15
- id: fix-byte-order-marker
16
- id: detect-private-key
17
- repo: https://github.com/psf/black
18
- rev: 24.1.1
+ rev: 24.2.0
19
hooks:
20
- id: black
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.2.0
+ rev: v0.2.1
23
24
- id: ruff
25
args: [--fix, --exit-non-zero-on-fix]
0 commit comments