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 b47bd36 commit 9984ec6Copy full SHA for 9984ec6
pyproject.toml
@@ -16,7 +16,7 @@ line-length = 99
16
target-version = "py37"
17
18
[tool.ruff.lint]
19
-extend-select = ["C9", "PLC"]
+extend-select = ["C9", "PLC", "N802", "N806"]
20
ignore = [
21
"E401",
22
"E402",
0 commit comments