Commit 8e9cd82
committed
Run flake tests with a single version of Python
* The ruff linter and formatter and sdist-check do not depend on the
version of Python.
* While by default mypy depends on the version of Python used to run it,
code paths betweeen Python versions are identical, except for a couple
exceptions irrelevant to typing. Besides testing typing within "legacy"
code paths boudn to disappear doesn't ssem very useful.1 parent 5cf5edf commit 8e9cd82
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
0 commit comments