File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 99 - id : debug-statements
1010
1111 - repo : https://github.com/asottile/reorder-python-imports
12- rev : v3.15 .0
12+ rev : v3.16 .0
1313 hooks :
1414 - id : reorder-python-imports
1515 exclude : ^demo/
1616
17- - repo : https://github.com/psf/black
18- rev : 25.1 .0
17+ - repo : https://github.com/psf/black-pre-commit-mirror
18+ rev : 25.9 .0
1919 hooks :
2020 - id : black
2121
@@ -25,16 +25,16 @@ repos:
2525 - id : flake8
2626
2727 - repo : https://github.com/asottile/add-trailing-comma
28- rev : v3.2 .0
28+ rev : v4.0 .0
2929 hooks :
3030 - id : add-trailing-comma
3131
3232 - repo : https://github.com/asottile/setup-cfg-fmt
33- rev : v2.8 .0
33+ rev : v3.1 .0
3434 hooks :
3535 - id : setup-cfg-fmt
3636
3737 - repo : https://github.com/pre-commit/mirrors-mypy
38- rev : v1.18.1
38+ rev : v1.18.2
3939 hooks :
4040 - id : mypy
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ install_requires =
2121 gotran
2222 networkx
2323 importlib-metadata; python_version<'3.8'
24- python_requires = >=3.9
24+ python_requires = >=3.10
2525package_dir =
2626 =src
2727zip_safe = False
You can’t perform that action at this time.
0 commit comments