Skip to content

Commit 268d823

Browse files
aabmassocelotl
authored andcommitted
minimize ruff lint config until lint PR
1 parent 629d39a commit 268d823

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

pyproject.toml

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,9 @@ extend-exclude = [
1414
]
1515

1616
[tool.ruff.lint]
17+
# Only lint for import sorting for now
1718
select = [
18-
# defaults
19-
"E4",
20-
"E7",
21-
"E9",
22-
"F",
23-
24-
# pycodestyle
25-
"E",
26-
27-
# isort
28-
"I",
29-
30-
# Pylint
31-
"PL",
32-
33-
# flake8-slf (private-member-access)
34-
# "SLF001",
35-
]
36-
37-
ignore = [
38-
"E501",
39-
# pylint too-many-arguments
40-
"PLR0913",
41-
# pylint magic-value-comparison
42-
"PLR2004",
19+
"I", # isort
4320
]
4421

4522
[tool.ruff.lint.isort]

0 commit comments

Comments
 (0)