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 @@ -7,7 +7,7 @@ binaryornot==0.4.4
77black == 22.6.0
88isort == 5.10.1
99flake8 == 4.0.1
10- flake8-isort == 4.1.2.post0
10+ flake8-isort == 4.2.0
1111pre-commit == 2.20.0
1212
1313# Testing
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild
2929# Code quality
3030# ------------------------------------------------------------------------------
3131flake8==4.0.1 # https://github.com/PyCQA/flake8
32- flake8-isort==4.1.2.post0 # https://github.com/gforcada/flake8-isort
32+ flake8-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
3535pylint-django==2.5.3 # https://github.com/PyCQA/pylint-django
You can’t perform that action at this time.
0 commit comments