Skip to content

Commit

Permalink
Merge pull request #23 from GeoML-SIG/ci/flake8_max_version
Browse files Browse the repository at this point in the history
Revert flake8 to < 5.0.0
  • Loading branch information
tasansal authored Aug 2, 2022
2 parents 3bdad76 + 10d9f95 commit 3608b13
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 26 deletions.
72 changes: 47 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Pygments = ">=2.10.0"
black = {version = "^22.6.0", extras = ["jupyter"]}
coverage = {extras = ["toml"], version = ">=6.2"}
darglint = ">=1.8.1"
flake8 = ">=4.0.1"
flake8 = ">=4.0.1 <5.0.0"
flake8-bandit = ">=2.1.2"
flake8-bugbear = ">=21.9.2"
flake8-docstrings = ">=1.6.0"
Expand Down

0 comments on commit 3608b13

Please sign in to comment.