Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1b18cea

Browse files
committed
Install mypy for Python < 3.9
1 parentca5a2e8 commit1b18cea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎test-requirements.txt‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
coverage[toml]
22
ddt >= 1.1.1, != 1.4.3
33
mock ; python_version < "3.8"
4-
mypy==1.18.2 # pin mypy to avoid new errors
4+
mypy==1.18.2 ; python_va
5+
ersion >= "3.9" # pin mypy version to avoid new errors
6+
mypy ; python_version < "3.9"
57
pre-commit
68
pytest >= 7.3.1
79
pytest-cov

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp