mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-01 00:10:06 +03:00
Configure pyright to check for Python 3.10 compatibility
This commit is contained in:
parent
00f249595e
commit
d384f54d48
@ -11,6 +11,7 @@
|
|||||||
"strict": [
|
"strict": [
|
||||||
// "**/*.py"
|
// "**/*.py"
|
||||||
],
|
],
|
||||||
|
"pythonVersion": "3.10",
|
||||||
|
|
||||||
// CUSTOMIZATIONS
|
// CUSTOMIZATIONS
|
||||||
"reportOptionalMemberAccess": "warning",
|
"reportOptionalMemberAccess": "warning",
|
||||||
|
Loading…
Reference in New Issue
Block a user