Skip to content

Commit

Permalink
fix: Another patch for flake8/importlib-metadata conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Oct 26, 2022
1 parent 1e2c8d3 commit cc97999
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion project/pyproject.toml.jinja
Expand Up @@ -142,8 +142,11 @@ maintain = [
"git-changelog>=0.4",
]
quality = [
# TODO: remove once importlib-metadata version conflict is resolved
"importlib-metadata<5; python_version < '3.8'",
"flake8>=4; python_version >= '3.8'",

"darglint>=1.8",
"flake8<4", # TODO: remove once importlib-metadata version conflict is resolved
"flake8-bandit>=2.1",
"flake8-black>=0.2",
"flake8-bugbear>=21.9",
Expand Down

0 comments on commit cc97999

Please sign in to comment.