Skip to content

Commit

Permalink
Exclude broken flake8-isort versions
Browse files Browse the repository at this point in the history
Fix not released yet gforcada/flake8-isort#127
  • Loading branch information
strayge committed Nov 19, 2022
1 parent 4a63e90 commit f66d4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -32,7 +32,7 @@ dependencies = [
optional-dependencies.dev = [
"flake8-pyproject",
"flake8-commas",
"flake8-isort",
"flake8-isort !=5.0.1, !=5.0.2",
"flake8-bugbear",
"flake8-simplify",
"flake8-print",
Expand Down

0 comments on commit f66d4e0

Please sign in to comment.