We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385616c commit b9cf433Copy full SHA for b9cf433
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 23.3.0
+ rev: 23.7.0
4
hooks:
5
- id: black
6
@@ -14,7 +14,7 @@ repos:
14
args: [--autofix]
15
- id: check-json
16
17
- - repo: https://github.com/charliermarsh/ruff-pre-commit
18
- rev: v0.0.272
+ - repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: v0.0.277
19
20
- id: ruff
0 commit comments