Skip to content

Commit 8eedef5

Browse files
committed
Update pyproject.toml
1 parent 470152d commit 8eedef5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,15 @@ lint.ignore = [
133133
"W191", # tab-indentation
134134
]
135135

136-
[tool.ruff.per-file-ignores]
136+
[tool.ruff.lint.per-file-ignores]
137137
"__init__.py" = [
138138
"F401" # unused-import
139139
]
140+
"test_plugins.py" = [
141+
"FBT003", # Boolean positional value in function call
142+
]
140143

141-
[tool.ruff.isort]
144+
[tool.ruff.lint.isort]
142145
combine-as-imports = true
143146
known-first-party = [
144147
"djangocms_snippet",

0 commit comments

Comments
 (0)