mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2026-02-10 10:35:53 +01:00
Fixed imports order
This commit is contained in:
@@ -38,3 +38,11 @@ py-modules = ["fs_uae_wrapper"]
|
||||
|
||||
[tool.distutils.bdist_wheel]
|
||||
universal = true
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
"F", # pyflakes
|
||||
"E", # pycodestyle
|
||||
"I", # isort
|
||||
"RUF", # ruff-specific rules
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user