We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae9579 commit ff5b879Copy full SHA for ff5b879
pyproject.toml
@@ -34,6 +34,8 @@ Tracker = "https://github.com/ipython/traitlets/issues"
34
test = [
35
"argcomplete>=3.0.3",
36
"mypy>=1.7.0",
37
+ # see https://github.com/python/mypy/issues/20454
38
+ "mypy>=1.7.0,<1.19 ; platform_python_implementation == 'PyPy'",
39
"pre-commit",
40
"pytest-mock",
41
"pytest-mypy-testing",
0 commit comments