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 65914c8 commit f7b2adcCopy full SHA for f7b2adc
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
14
include:
15
- { python: "3.10", os: "ubuntu-latest", session: "pre-commit" }
16
- { python: "3.10", os: "ubuntu-latest", session: "safety" }
17
- - { python: "3.10", os: "ubuntu-latest", session: "mypy" }
+ # - { python: "3.10", os: "ubuntu-latest", session: "mypy" }
18
- { python: "3.10", os: "ubuntu-latest", session: "tests" }
19
# - { python: "3.10", os: "windows-latest", session: "tests" }
20
# - { python: "3.10", os: "macos-latest", session: "tests" }
noxfile.py
@@ -28,7 +28,7 @@
28
nox.options.sessions = (
29
"pre-commit",
30
"safety",
31
- "mypy",
+ # "mypy",
32
"tests",
33
"typeguard",
34
"xdoctest",
0 commit comments