Skip to content

Commit 0b24c31

Browse files
committed
build(deps): Fix flake8 / importlib-metadaata pin, bump mypy
1 parent f3d44d1 commit 0b24c31

File tree

2 files changed

+75
-27
lines changed

2 files changed

+75
-27
lines changed

poetry.lock

+71-26
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
@@ -78,7 +78,10 @@ black = "*"
7878
isort = "*"
7979

8080
### Lint ###
81-
flake8 = "*"
81+
flake8 = [
82+
{ version = "*", python = "^3.7" },
83+
{ version = ">=5", python = "^3.8" },
84+
]
8285
flake8-bugbear = "*"
8386
flake8-comprehensions = "*"
8487
mypy = "*"

0 commit comments

Comments
 (0)