File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11exclude : .*\.rpt$
22
33repos :
4- - repo : https://github.com/psf/black
5- rev : 25.1 .0
4+ - repo : https://github.com/psf/black-pre-commit-mirror
5+ rev : 25.9 .0
66 hooks :
77 - id : black-jupyter
88 language_version : python3
@@ -24,19 +24,19 @@ repos:
2424 - id : trailing-whitespace
2525
2626- repo : https://github.com/PyCQA/isort
27- rev : 6 .0.1
27+ rev : 7 .0.0
2828 hooks :
2929 - id : isort
3030 args : ["--profile", "black", --line-length=125]
3131
3232- repo : https://github.com/asottile/pyupgrade
33- rev : v3.20 .0
33+ rev : v3.21 .0
3434 hooks :
3535 - id : pyupgrade
3636 args : ["--py36-plus"]
3737
3838- repo : https://github.com/asottile/setup-cfg-fmt
39- rev : v2.8 .0
39+ rev : v3.1 .0
4040 hooks :
4141 - id : setup-cfg-fmt
4242
5050 ' --extend-ignore=E203,T201' ] # E203 is not PEP8 compliant
5151
5252- repo : https://github.com/mgedmin/check-manifest
53- rev : " 0.50 "
53+ rev : " 0.51 "
5454 hooks :
5555 - id : check-manifest
5656 stages : [manual]
You can’t perform that action at this time.
0 commit comments