File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 44
55repos :
66 - repo : https://github.com/pre-commit/pre-commit-hooks
7- rev : v5 .0.0
7+ rev : v6 .0.0
88 hooks :
99 - id : check-json
1010 - id : check-yaml
@@ -29,19 +29,19 @@ repos:
2929 --skip-license-insertion-comment=Copyright,
3030 ]
3131
32- - repo : https://github.com/psf/black.git
33- rev : 25.1 .0
32+ - repo : https://github.com/psf/black-pre-commit-mirror
33+ rev : 25.9 .0
3434 hooks :
3535 - id : black
3636 files : (.*\.py)$
3737
3838 - repo : https://github.com/asottile/blacken-docs
39- rev : 1.19.1
39+ rev : 1.20.0
4040 hooks :
4141 - id : blacken-docs
4242 args : [--line-length=120, --skip-errors]
4343 additional_dependencies :
44- - black==25.1 .0
44+ - black==25.9 .0
4545
4646 - repo : https://github.com/codespell-project/codespell
4747 rev : v2.4.1
@@ -52,17 +52,17 @@ repos:
5252 - tomli
5353
5454 - repo : https://github.com/crate-ci/typos
55- rev : v1.36.2
55+ rev : v1.38.1
5656 hooks :
5757 - id : typos
5858
5959 - repo : https://github.com/pycqa/isort
60- rev : 6.0.1
60+ rev : 6.1.0
6161 hooks :
6262 - id : isort
6363
6464 - repo : https://github.com/astral-sh/ruff-pre-commit
65- rev : v0.12.5
65+ rev : v0.14.0
6666 hooks :
6767 - id : ruff
6868 args : [--fix, --exit-non-zero-on-fix, --no-cache]
You can’t perform that action at this time.
0 commit comments