handle-exception
All checks were successful
Deploy to core / deploy (push) Successful in 1m23s

This commit is contained in:
2024-02-19 15:51:09 +03:00
parent 74233e96ff
commit 09887bc516
2 changed files with 27 additions and 26 deletions

View File

@@ -39,7 +39,7 @@ use_parentheses = true
ensure_newline_before_comments = true
line_length = 120
[tool.ruff]
[lint]
select = ["E4", "E7", "E9", "F"]
ignore = []
line-length = 120