Skip to content

Commit d7918ae

Browse files
Ignore all Ruff specific lints
Ruff changes its opinions too much
1 parent 78e6e2b commit d7918ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ line-length = 88
7474
indent-width = 4
7575

7676
[tool.ruff.lint]
77-
select = ["E", "F", "B", "W", "I", "N", "UP", "A", "RUF", "PT"]
77+
select = ["E", "F", "B", "W", "I", "N", "UP", "A", "PT"]
7878
#Allow uppercase names for e.g. call_AD
7979
ignore = ["N806", "N802", "N803", "A001", "A002"]
8080

0 commit comments

Comments
 (0)