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.
1 parent 35834ea commit a3dd670Copy full SHA for a3dd670
.pre-commit-config.yaml
@@ -7,12 +7,12 @@ repos:
7
- id: check-yaml
8
- id: check-added-large-files
9
args: ["--maxkb=4000"]
10
-- repo: https://github.com/psf/black
+- repo: https://github.com/psf/black-pre-commit-mirror
11
rev: 25.9.0
12
hooks:
13
- id: black
14
- repo: https://github.com/pycqa/isort
15
- rev: 6.0.1
+ rev: 6.1.0
16
17
- id: isort
18
args: ["--profile", "black", "--filter-files"]
@@ -33,7 +33,7 @@ repos:
33
# additional_dependencies: [cpplint==1.6.1]
34
# types_or: [c++]
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
- rev: v0.13.1
+ rev: v0.13.3
37
38
- id: ruff
39
args: [ "--fix", "--config", "ruff.toml" ]
0 commit comments