Initial ruff pass

This commit is contained in:
Jon Michael Aanes 2025-06-09 13:53:38 +02:00
parent 0497fd3e26
commit da0d36b9f7

View File

@ -174,6 +174,7 @@ def find_python_packages() -> list[str]:
print(f'Found following packages: {packages}')
return sorted(packages)
with open(PACKAGE_NAME + '/_version.py') as f:
version = parse_version_file(f.read())