Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed May 22, 2024
1 parent 470152d commit 8eedef5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,15 @@ lint.ignore = [
"W191", # tab-indentation
]

[tool.ruff.per-file-ignores]
[tool.ruff.lint.per-file-ignores]
"__init__.py" = [
"F401" # unused-import
]
"test_plugins.py" = [
"FBT003", # Boolean positional value in function call
]

[tool.ruff.isort]
[tool.ruff.lint.isort]
combine-as-imports = true
known-first-party = [
"djangocms_snippet",
Expand Down

0 comments on commit 8eedef5

Please sign in to comment.