Avoid pushing MRs consisting only of ruff changes #113

Open
Jmaa wants to merge 1 commits from issue-112-avoid-pushing-mrs-consisting-only-of-ruff-changes into main

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