We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5b87f0 + 80ef110 commit c5dc192Copy full SHA for c5dc192
.pre-commit-config.yaml
@@ -17,25 +17,25 @@ repos:
17
args: [--markdown-linebreak-ext=md]
18
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v3.20.0
+ rev: v3.21.2
21
hooks:
22
- id: pyupgrade
23
args:
24
- "--py310-plus"
25
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: "v0.13.3"
+ rev: "v0.14.10"
28
29
- id: ruff
30
args: ["--fix-only"]
31
32
- repo: https://github.com/psf/black-pre-commit-mirror
33
- rev: 25.9.0
+ rev: 25.12.0
34
35
- id: black
36
37
- repo: https://github.com/pycqa/isort
38
- rev: 6.1.0
+ rev: 7.0.0
39
40
- id: isort
41
args: ["--profile", "black", "--filter-files"]
0 commit comments