Skip to content

Commit 17444de

Browse files
committed
build(deps): Fix flake8 / importlib-metadaata pin, bump mypy, sphinx-argparse
1 parent e0bf4ab commit 17444de

File tree

2 files changed

+34
-31
lines changed

2 files changed

+34
-31
lines changed

poetry.lock

+30-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ black = "*"
9191
isort = "*"
9292

9393
### Lint ###
94-
flake8 = "*"
94+
flake8 = [
95+
{ version = "*", python = "^3.7" },
96+
{ version = ">=5", python = "^3.8" },
97+
]
9598
flake8-bugbear = "*"
9699
flake8-comprehensions = "*"
97100
mypy = "*"

0 commit comments

Comments
 (0)