Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pyproject.toml: enforce ruff format on formatted code
Formatted files were found via: $ diff --changed-group-format='%>' --unchanged-group-format='' <(ruff format --config "include = ['*.py','helpers/*']" --check | grep "Would reformat" | cut -d" " -f3) <(git ls-files *.py For now, single __init__.py files and files in tests/ were omitted. We should enforce formatting of more modules over time. Signed-off-by: Bastian Krause <[email protected]>
- Loading branch information