We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f15da39 + 22c61d2 commit 6e257c4Copy full SHA for 6e257c4
.pre-commit-config.yaml
@@ -18,15 +18,15 @@ repos:
18
- --markdown-linebreak-ext=md
19
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
- rev: "v0.13.3"
+ rev: "v0.14.10"
22
hooks:
23
- id: ruff
24
args:
25
- --fix-only
26
- --target-version=py39
27
28
- repo: https://github.com/psf/black-pre-commit-mirror
29
- rev: 25.9.0
+ rev: 25.12.0
30
31
- id: black
32
@@ -41,7 +41,7 @@ repos:
41
# - "--py39-plus"
42
43
- repo: https://github.com/pycqa/isort
44
- rev: 6.1.0
+ rev: 7.0.0
45
46
- id: isort
47
0 commit comments