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 : 23.12 .1 # must match pyproject.toml
12+ rev : 24.1 .1 # must match pyproject.toml
1313 hooks :
1414 - id : black
1515 language_version : python3.8
Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ dependencies = [
6060
6161[project .optional-dependencies ]
6262dev = [
63- " black==23.12 .1" , # Must match .pre-commit-config.yaml
64- " flake8-bugbear==23.12.2 " ,
65- " flake8-noqa==1.3.2 " ,
63+ " black==24.1 .1" , # Must match .pre-commit-config.yaml
64+ " flake8-bugbear==24.1.17 " ,
65+ " flake8-noqa==1.4.0 " ,
6666 " isort==5.13.2" , # Must match .pre-commit-config.yaml
6767 " mypy==1.8.0" ,
6868 " pre-commit-hooks==4.5.0" , # Must match .pre-commit-config.yaml
69- " pytest==7.4.4 " ,
69+ " pytest==8.0.0 " ,
7070 " pytest-xdist==3.5.0" ,
7171 " types-pyflakes<4" ,
7272]
You can’t perform that action at this time.
0 commit comments