Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump flake8-isort from 5.0.3 to 6.0.0 #21

Merged
merged 2 commits into from Dec 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-requirements/flake8.in
Expand Up @@ -15,7 +15,7 @@ flake8-fixme==1.1.1
flake8-functions==0.0.7
flake8-if-statements==1
flake8-implicit-str-concat==0.3
flake8-isort==5.0.3
flake8-isort==6.0.0
flake8-mutable==1.2
# flake8-noqa==1.3 # Incompatibility which tryceratops needs to fix
flake8-pep3101==2
Expand Down
6 changes: 3 additions & 3 deletions dev-requirements/flake8.txt
Expand Up @@ -80,9 +80,9 @@ flake8-if-statements==1.0.0 ; python_version >= "3.9" and python_version < "4.0"
flake8-implicit-str-concat==0.3.0 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:a89ebc50567790fb7b83e032ed4014ae0db70e35d89e269c3323967135023600 \
--hash=sha256:c0e6ae227e46238e4c87844091f8072892caeccd3bb266576a7d449eadbf53a0
flake8-isort==5.0.3 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:0951398c343c67f4933407adbbfb495d4df7c038650c5d05753a006efcfeb390 \
--hash=sha256:8c4ab431d87780d0c8336e9614e50ef11201bc848ef64ca017532dec39d4bf49
flake8-isort==6.0.0 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:537f453a660d7e903f602ecfa36136b140de279df58d02eb1b6a0c84e83c528c \
--hash=sha256:aa0cac02a62c7739e370ce6b9c31743edac904bae4b157274511fc8a19c75bbc
flake8-mutable==1.2.0 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:38fd9dadcbcda6550a916197bc40ed76908119dabb37fbcca30873666c31d2d5 \
--hash=sha256:ee9b77111b867d845177bbc289d87d541445ffcc6029a0c5c65865b42b18c6a6
Expand Down