File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ repos:
1212 - id : name-tests-test
1313 args : [--pytest-test-first]
1414 - repo : https://github.com/psf/black-pre-commit-mirror
15- rev : 25.11 .0 # must match pyproject.toml
15+ rev : 25.12 .0 # must match pyproject.toml
1616 hooks :
1717 - id : black
1818 - repo : https://github.com/pycqa/isort
19- rev : 6.1 .0 # must match pyproject.toml
19+ rev : 7.0 .0 # must match pyproject.toml
2020 hooks :
2121 - id : isort
2222 name : isort (python)
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ dependencies = [
5252
5353[dependency-groups ]
5454dev = [
55- " black==25.11 .0" , # Must match .pre-commit-config.yaml
55+ " black==25.12 .0" , # Must match .pre-commit-config.yaml
5656 " flake8-bugbear==24.12.12" ,
5757 " flake8-noqa==1.4.0" ,
58- " isort==6.1 .0" , # Must match .pre-commit-config.yaml
58+ " isort==7.0 .0" , # Must match .pre-commit-config.yaml
5959 " mypy==1.15.0" ,
6060 " pre-commit-hooks==5.0.0" , # Must match .pre-commit-config.yaml
6161 " pytest==8.3.5" ,
You can’t perform that action at this time.
0 commit comments