Skip to content

Commit 7caee17

Browse files
pre-commit-ci[bot]jacobtylerwalls
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f7048d3 commit 7caee17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ version = { attr = "pylint.__pkginfo__.__version__" }
8282

8383
[tool.ruff]
8484

85+
target-version = "py310"
86+
8587
# ruff is less lenient than pylint and does not make any exceptions
8688
# (for docstrings, strings and comments in particular).
8789
line-length = 115
8890

89-
target-version = "py310"
90-
9191
extend-exclude = [
9292
"tests/**/data/",
9393
"tests/**/functional/",

0 commit comments

Comments
 (0)