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 37d2e03 commit 6ef95a6Copy full SHA for 6ef95a6
pyproject.toml
@@ -53,7 +53,7 @@ secondary = true
53
54
[tool.ruff]
55
select = ["A", "B", "C4", "D", "E", "F", "G", "I", "N", "S", "T", "ISC", "ICN", "W", "INP", "PIE", "T20", "RET", "SIM", "TID", "ARG", "ERA", "RUF", "YTT", "PL"]
56
-ignore = ["D100", "D213", "PLR2004"]
+ignore = ["D100", "D102", "D104", "D105", "D107", "D203", "D213", "PIE790", "PLR2004"]
57
fixable = ["A", "B", "C", "D", "E", "F"]
58
unfixable = ["F401"]
59
exclude = [
0 commit comments