We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53744c6 commit b21b3a2Copy full SHA for b21b3a2
pyproject.toml
@@ -108,5 +108,6 @@ line-length = 88
108
src = ["src", "tests"]
109
110
[tool.ruff.lint]
111
+select = ["E4", "E7", "E9", "F", "I"]
112
ignore = ["E501"]
113
per-file-ignores = {"__init__.py" = ["E402", "F401"]}
0 commit comments