Skip to content

Commit f148a86

Browse files
committed
build(deps): Pin importlib_metadata < 5 until our dependencies are figured out
1 parent d5f556f commit f148a86

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

poetry.lock

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

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ flake8-bugbear = "*"
8383
flake8-comprehensions = "*"
8484
mypy = "*"
8585

86+
### Quirks ###
87+
importlib-metadata = "<5" # https://github.com/PyCQA/flake8/issues/1701
88+
8689
[tool.poetry.extras]
8790
docs = [
8891
"docutils",

0 commit comments

Comments
 (0)