Skip to content

Commit 2d3e4b3

Browse files
committed
build(deps): Fix flake8 / importlib-metadaata pin, bump mypy
1 parent b116c5f commit 2d3e4b3

File tree

2 files changed

+75
-34
lines changed

2 files changed

+75
-34
lines changed

poetry.lock

+71-33
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
@@ -83,7 +83,10 @@ black = "*"
8383
isort = "*"
8484

8585
### Lint ###
86-
flake8 = "*"
86+
flake8 = [
87+
{ version = "*", python = "^3.7" },
88+
{ version = ">=5", python = "^3.8" },
89+
]
8790
flake8-bugbear = "*"
8891
flake8-comprehensions = "*"
8992
mypy = "*"

0 commit comments

Comments
 (0)