We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701b643 commit a99c2a7Copy full SHA for a99c2a7
.pre-commit-config.yaml
@@ -1,11 +1,11 @@
1
repos:
2
- repo: https://github.com/pycqa/isort
3
- rev: 5.13.2
+ rev: 6.0.0
4
hooks:
5
- id: isort
6
7
- repo: https://github.com/psf/black-pre-commit-mirror
8
- rev: 24.10.0
+ rev: 25.1.0
9
10
- id: black
11
@@ -19,7 +19,7 @@ repos:
19
- id: trailing-whitespace
20
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.7.4
+ rev: v0.9.6
23
24
- id: ruff
25
- id: ruff-format
0 commit comments