Skip to content
Snippets Groups Projects
Commit 0ab2f117 authored by Aleksolotl's avatar Aleksolotl
Browse files

Update pyproject.toml

parent e04e1db6
No related tags found
1 merge request!1698Update pyproject.toml
Pipeline #196183 failed
......@@ -175,7 +175,7 @@ line-length = 100
select = ["E", "F", "UP", "B", "SIM", "I", "DJ", "A", "S"]
ignore = ["UP034", "UP015", "B028"]
[tool.ruff.lint.extend-per-file-ignores]
"**/*/tests/**/*.py" = ["S101", "ARG", "FBT", "PLR2004", "S311", "S105", "S107"]
"**/*/tests/**/*.py" = ["S101", "ARG", "FBT", "PLR2004", "S311", "S105"]
[tool.ruff.lint.isort]
known-first-party = ["aleksis"]
section-order = ["future", "standard-library", "django", "third-party", "first-party", "local-folder"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment