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 058dab5 commit f174f7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Pipfile
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
4 changes: 2 additions & 2 deletions Pipfile.lock

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

0 comments on commit f174f7e

Please sign in to comment.