File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 - id : check-merge-conflict
1010 - id : mixed-line-ending
1111 - repo : https://github.com/psf/black-pre-commit-mirror
12- rev : 24.4.2 # must match pyproject.toml
12+ rev : 24.8.0 # must match pyproject.toml
1313 hooks :
1414 - id : black
1515 language_version : python3.9
Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ dependencies = [
5959
6060[project .optional-dependencies ]
6161dev = [
62- " black==24.4.2 " , # Must match .pre-commit-config.yaml
63- " flake8-bugbear==24.4.26 " ,
62+ " black==24.8.0 " , # Must match .pre-commit-config.yaml
63+ " flake8-bugbear==24.8.19 " ,
6464 " flake8-noqa==1.4.0" ,
6565 " isort==5.13.2" , # Must match .pre-commit-config.yaml
66- " mypy==1.10.0 " ,
66+ " mypy==1.11.2 " ,
6767 " pre-commit-hooks==4.6.0" , # Must match .pre-commit-config.yaml
68- " pytest==8.2.2 " ,
68+ " pytest==8.3.3 " ,
6969 " pytest-xdist==3.6.1" ,
7070 " types-pyflakes<4" ,
7171]
You can’t perform that action at this time.
0 commit comments