Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion requirements/tools.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
mypy<=1.18.2
# We only need to install mypy with CPython runtimes
# Typechecking using the PyPy runtime is not planned
mypy<=1.19.0; platform_python_implementation == "CPython"
# while flake8 5.x have issues with Python 3.12, flake8 6.x requires Python >= 3.8.1,
# so 5.x should be kept in order to stay compatible with Python 3.7/3.8
flake8>=5.0.4,<8
Expand Down