You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments