We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1792956 commit 4c6e6a4Copy full SHA for 4c6e6a4
pyproject.toml
@@ -14,6 +14,7 @@ jobs = 0
14
load-plugins = [
15
"pylint_secure_coding_standard",
16
]
17
+py-version = "3.8"
18
19
[tool.pylint.DESIGN]
20
min-public-methods = 0
@@ -23,6 +24,7 @@ check_untyped_defs = true
23
24
exclude = [
25
"sshubl/vendor",
26
27
+python_version = "3.8"
28
29
[[tool.mypy.overrides]]
30
module = "sublime.*"
@@ -37,3 +39,4 @@ line-length = 100
37
39
38
40
41
42
+target-version = "py38"
0 commit comments