Move imports to top of file.

This commit is contained in:
Leo Vasanko
2026-01-27 20:16:32 +00:00
parent a54819aba8
commit e3b64ef537
17 changed files with 51 additions and 75 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ target-version = "py39"
line-length = 88
[tool.ruff.lint]
select = ["E", "F", "I", "N", "W", "UP"]
select = ["E", "F", "I", "N", "W", "UP", "PLC0415"]
ignore = ["E501"] # Line too long
isort.known-first-party = ["paskia"]