Skip to content

Commit

Permalink
fix: pin importlib_metadata<5 on Python 3.7 due to compatibility issu…
Browse files Browse the repository at this point in the history
…e with flake8
  • Loading branch information
dgilland committed Jan 28, 2023
1 parent 528f78c commit 933b78d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dev =
flake8-black
flake8-bugbear
flake8-isort
importlib_metadata<5; python_version=="3.7"
invoke
isort
pylint
Expand Down

0 comments on commit 933b78d

Please sign in to comment.