Skip to content

Commit 15aaf2e

Browse files
authored
Update flake8-isort to 4.2.0 (cookiecutter#3828)
1 parent 1312d3d commit 15aaf2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ binaryornot==0.4.4
77
black==22.6.0
88
isort==5.10.1
99
flake8==4.0.1
10-
flake8-isort==4.1.2.post0
10+
flake8-isort==4.2.0
1111
pre-commit==2.20.0
1212

1313
# Testing

{{cookiecutter.project_slug}}/requirements/local.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild
2929
# Code quality
3030
# ------------------------------------------------------------------------------
3131
flake8==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
3333
coverage==6.4.2 # https://github.com/nedbat/coveragepy
3434
black==22.6.0 # https://github.com/psf/black
3535
pylint-django==2.5.3 # https://github.com/PyCQA/pylint-django

0 commit comments

Comments
 (0)