Skip to content

Commit

Permalink
dev env: add upper version constraint for isort to keep compatibility…
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Feb 3, 2023
1 parent ff0e97a commit 3b71f40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ pylint-import-requirements = "*"
pytest = "*"
pytest-cov = "*"

# python3.7 compatibility
# https://github.com/PyCQA/isort/commit/47cedf3583f338e8ce9c906fc95c9fee6c57404d
isort = "<5.12"
# python3.10 compatibility
# > File "[...]/lib/python3.10/site-packages/mypy/main.py", line 11, in <module>
# > from typing_extensions import Final, NoReturn
Expand Down
10 changes: 5 additions & 5 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b71f40

Please sign in to comment.