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 b42e43a commit c1995b6Copy full SHA for c1995b6
pyproject.toml
@@ -9,7 +9,7 @@ target-version = "py310"
9
[tool.ruff.lint]
10
select = ["ALL"]
11
ignore = [
12
- "ANN", "C901", "COM812", "D203", "D212", "D415", "EM", "PERF203", "PLR091", "Q000",
+ "ANN", "C901", "COM812", "D203", "D212", "D415", "EM", "ISC001", "PERF203", "PLR091", "Q000",
13
"D1",
14
"PTH",
15
"S308", # mark_safe
0 commit comments