Skip to content

Commit

Permalink
chore: Exclude for now
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Feb 5, 2024
1 parent 46ff55c commit 955d46e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ lint.extend-ignore = [
"djangogirls/urls.py" = [
"RUF005" # Consider iterable unpacking instead of concatenation
]
"djangogirls/tests/core/test_admin.py" = [
"RUF017" # Avoid quadratic list summation
]

[tool.ruff.lint.isort]
combine-as-imports = true
Expand Down

0 comments on commit 955d46e

Please sign in to comment.