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 78e6e2b commit d7918aeCopy full SHA for d7918ae
pyproject.toml
@@ -74,7 +74,7 @@ line-length = 88
74
indent-width = 4
75
76
[tool.ruff.lint]
77
-select = ["E", "F", "B", "W", "I", "N", "UP", "A", "RUF", "PT"]
+select = ["E", "F", "B", "W", "I", "N", "UP", "A", "PT"]
78
#Allow uppercase names for e.g. call_AD
79
ignore = ["N806", "N802", "N803", "A001", "A002"]
80
0 commit comments