File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ disable_error_code =
20
20
21
21
# CI should test for all versions, local development gets hints for oldest supported
22
22
# 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
24
24
25
25
exclude = (?x)(
26
26
# Avoid scanning Python files in generated folders
Original file line number Diff line number Diff line change 11
11
" setuptools/_distutils" ,
12
12
],
13
13
// 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 ",
15
15
// For now we don't mind if mypy's `type: ignore` comments accidentally suppresses pyright issues
16
16
"enableTypeIgnoreComments" : true ,
17
17
"typeCheckingMode" : " basic" ,
You can’t perform that action at this time.
0 commit comments