File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/PyCQA/isort
3- rev : 6 .0.0
3+ rev : 7 .0.0
44 hooks :
55 - id : isort
66 name : isort
@@ -10,14 +10,14 @@ repos:
1010 types : [cython]
1111 args : ["--profile=black"]
1212
13- - repo : https://github.com/psf/black
14- rev : 25.1 .0
13+ - repo : https://github.com/psf/black-pre-commit-mirror
14+ rev : 25.9 .0
1515 hooks :
1616 - id : black
1717 types : [python]
1818
1919 - repo : https://github.com/asottile/blacken-docs
20- rev : 1.19.1
20+ rev : 1.20.0
2121 hooks :
2222 - id : blacken-docs
2323 additional_dependencies : ["black==25.1.0"]
5050 types : [text]
5151
5252 - repo : https://github.com/pre-commit/pre-commit-hooks
53- rev : v5 .0.0
53+ rev : v6 .0.0
5454 hooks :
5555 - id : check-added-large-files
5656 - id : check-ast
@@ -77,12 +77,12 @@ repos:
7777 exclude : \.(html|svg)$
7878
7979 - repo : https://github.com/asottile/setup-cfg-fmt
80- rev : v2.7 .0
80+ rev : v3.1 .0
8181 hooks :
8282 - id : setup-cfg-fmt
8383
8484 - repo : https://github.com/PyCQA/flake8
85- rev : 7.1.2
85+ rev : 7.3.0
8686 hooks :
8787 - id : flake8
8888 additional_dependencies :
Original file line number Diff line number Diff line change 11black == 25.1.0
22identify >= 1.4.20
3- pre-commit
3+ pre-commit >= 3.2.0
You can’t perform that action at this time.
0 commit comments