Skip to content

Commit 83deeba

Browse files
committed
pyproject.toml: Set target-version to py39 to match comment.
1 parent 546489e commit 83deeba

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44

5-
65
[tool.ruff]
76
# Exclude a variety of commonly ignored directories.
87
exclude = [
@@ -39,7 +38,7 @@ line-length = 88
3938
indent-width = 4
4039

4140
# Assume Python 3.9
42-
target-version = "py37"
41+
target-version = "py39"
4342

4443
[tool.ruff.lint]
4544
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
@@ -66,8 +65,6 @@ skip-magic-trailing-comma = false
6665
# Like Black, automatically detect the appropriate line ending.
6766
line-ending = "auto"
6867

69-
70-
7168
[tool.pylint.MASTER]
7269
load-plugins=[
7370
"pylint_per_file_ignores",

0 commit comments

Comments
 (0)