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 470152d commit 8eedef5Copy full SHA for 8eedef5
pyproject.toml
@@ -133,12 +133,15 @@ lint.ignore = [
133
"W191", # tab-indentation
134
]
135
136
-[tool.ruff.per-file-ignores]
+[tool.ruff.lint.per-file-ignores]
137
"__init__.py" = [
138
"F401" # unused-import
139
140
+"test_plugins.py" = [
141
+ "FBT003", # Boolean positional value in function call
142
+]
143
-[tool.ruff.isort]
144
+[tool.ruff.lint.isort]
145
combine-as-imports = true
146
known-first-party = [
147
"djangocms_snippet",
0 commit comments