Initial ruff pass

This commit is contained in:
Jon Michael Aanes 2025-06-09 19:00:01 +02:00
parent 0497fd3e26
commit 59ed544b4b

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())