Add ruff sort to pre-commit and sort imports in the library (#1259)

* lint

* bump ver

* bump ver

* fixed circular import

---------

Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
This commit is contained in:
Gleb Levitski
2024-03-12 23:28:57 +02:00
committed by GitHub
parent 6840dc2b09
commit 3de0dc667e
148 changed files with 767 additions and 582 deletions

View File

@@ -1,6 +1,7 @@
import setuptools
import os
import setuptools
here = os.path.abspath(os.path.dirname(__file__))
with open("README.md", "r", encoding="UTF-8") as fh: