File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
{{cookiecutter.project_slug}}/requirements Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ binaryornot==0.4.4
66# ------------------------------------------------------------------------------
77black == 22.6.0
88isort == 5.10.1
9- flake8 == 4 .0.1
9+ flake8 == 5 .0.4
1010flake8-isort == 4.2.0
1111pre-commit == 2.20.0
1212
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild
2828
2929# Code quality
3030# ------------------------------------------------------------------------------
31- flake8==4 .0.1 # https://github.com/PyCQA/flake8
31+ flake8==5 .0.4 # https://github.com/PyCQA/flake8
3232flake8-isort==4.2.0 # https://github.com/gforcada/flake8-isort
3333coverage==6.4.2 # https://github.com/nedbat/coveragepy
3434black==22.6.0 # https://github.com/psf/black
You can’t perform that action at this time.
0 commit comments