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 546489e commit 83deebaCopy full SHA for 83deeba
pyproject.toml
@@ -2,7 +2,6 @@
2
requires = ["setuptools"]
3
build-backend = "setuptools.build_meta"
4
5
-
6
[tool.ruff]
7
# Exclude a variety of commonly ignored directories.
8
exclude = [
@@ -39,7 +38,7 @@ line-length = 88
39
38
indent-width = 4
40
41
# Assume Python 3.9
42
-target-version = "py37"
+target-version = "py39"
43
44
[tool.ruff.lint]
45
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
@@ -66,8 +65,6 @@ skip-magic-trailing-comma = false
66
65
# Like Black, automatically detect the appropriate line ending.
67
line-ending = "auto"
68
69
70
71
[tool.pylint.MASTER]
72
load-plugins=[
73
"pylint_per_file_ignores",
0 commit comments