Skip to content

Commit

Permalink
ruff settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cyface committed Mar 11, 2024
1 parent 2036e27 commit 6cff7cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ build-backend = "poetry.core.masonry.api"

[tool.ruff]
extend-exclude = ["migrations"]
ignore = [
lint.ignore = [
"B904",
"DJ001",
"DJ008",
Expand All @@ -74,7 +74,7 @@ ignore = [
"N815",
]
line-length = 88
select = [
lint.select = [
"B",
"B9",
"C",
Expand All @@ -86,8 +86,8 @@ select = [
"UP",
"W",
]
[tool.ruff.isort]
[tool.ruff.lint.isort]
forced-separate = ["django"]

[tool.ruff.mccabe]
[tool.ruff.lint.mccabe]
max-complexity = 25

0 comments on commit 6cff7cb

Please sign in to comment.