We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24679d3 + 62d3ac8 commit fa25ef6Copy full SHA for fa25ef6
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: 23.9.1
+ rev: 23.10.1
19
hooks:
20
- id: black
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.0.292
+ rev: v0.1.4
23
24
- id: ruff
25
args: [--fix, --exit-non-zero-on-fix]
0 commit comments