Skip to content

Commit 4c6e6a4

Browse files
committed
Makes project development tools target Python 3.8 version
1 parent 1792956 commit 4c6e6a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs = 0
1414
load-plugins = [
1515
"pylint_secure_coding_standard",
1616
]
17+
py-version = "3.8"
1718

1819
[tool.pylint.DESIGN]
1920
min-public-methods = 0
@@ -23,6 +24,7 @@ check_untyped_defs = true
2324
exclude = [
2425
"sshubl/vendor",
2526
]
27+
python_version = "3.8"
2628

2729
[[tool.mypy.overrides]]
2830
module = "sublime.*"
@@ -37,3 +39,4 @@ line-length = 100
3739
exclude = [
3840
"sshubl/vendor",
3941
]
42+
target-version = "py38"

0 commit comments

Comments
 (0)