mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 14:01:55 +08:00
Bump mypy to 1.5.1 (#10559)
This commit is contained in:
10
.vscode/settings.default.json
vendored
10
.vscode/settings.default.json
vendored
@@ -97,11 +97,11 @@
|
||||
"mypy-type-checker.importStrategy": "fromEnvironment",
|
||||
"mypy-type-checker.args": [
|
||||
"--custom-typeshed-dir=${workspaceFolder}",
|
||||
"--python-version=3.7",
|
||||
"--strict"
|
||||
// Needed because a library stubbed in typeshed won't necessarily be installed inthe dev's environment
|
||||
// Currentyl broken in dmypy: https://github.com/python/mypy/issues/10709
|
||||
// "--ignore-missing-imports"
|
||||
// We only guarantee all of our tests can be run if you're on Python 3.9 or higher
|
||||
"--python-version=3.9",
|
||||
"--strict",
|
||||
// Needed because a library stubbed in typeshed won't necessarily be installed in the dev's environment
|
||||
"--ignore-missing-imports"
|
||||
],
|
||||
// Ensure typeshed's configs are used, and not user's VSCode settings
|
||||
"flake8.args": [
|
||||
|
||||
Reference in New Issue
Block a user