Skip to content

Commit db2b253

Browse files
committed
Bump min Python version in comments for typechecker configs
1 parent 531c497 commit db2b253

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: mypy.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ disable_error_code =
2020

2121
# CI should test for all versions, local development gets hints for oldest supported
2222
# But our testing setup doesn't allow passing CLI arguments, so local devs have to set this manually.
23-
# python_version = 3.8
23+
# python_version = 3.9
2424

2525
exclude = (?x)(
2626
# Avoid scanning Python files in generated folders

Diff for: pyrightconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"setuptools/_distutils",
1212
],
1313
// Our testing setup doesn't allow passing CLI arguments, so local devs have to set this manually.
14-
// "pythonVersion": "3.8",
14+
// "pythonVersion": "3.9",
1515
// For now we don't mind if mypy's `type: ignore` comments accidentally suppresses pyright issues
1616
"enableTypeIgnoreComments": true,
1717
"typeCheckingMode": "basic",

0 commit comments

Comments
 (0)