autofixes from ruff

This commit is contained in:
AUTOMATIC
2023-05-10 07:52:45 +03:00
parent a617d64882
commit 762265eab5
22 changed files with 40 additions and 41 deletions

View File

@@ -2,7 +2,9 @@
ignore = [
"E501",
"E731"
"E731",
"E402", # Module level import not at top of file
"F401" # Module imported but unused
]
exclude = ["extensions"]