Skip to content

Commit

Permalink
Merge pull request #92 from terencehonles/update-for-flake8-4.x
Browse files Browse the repository at this point in the history
Allow flake8 4.x
  • Loading branch information
rocioar committed Nov 3, 2021
2 parents a11a0ec + 520ba9b commit 000b0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry.dependencies]
python = "^3.6"
flake8 = "^3.8.4"
flake8 = ">=3.8.4,<5"

[tool.poetry.dev-dependencies]
pytest = "^6.2.2"
Expand Down

0 comments on commit 000b0f7

Please sign in to comment.