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
Just noticed ruff podman_compose.py and black podman_compose.py generate two different outputs that fail for checks against one-another. As pre-commit checks against black and the ci checks against ruff, and the contribution guide suggests setting up pre-commit, it would be reasonable to either alter pre-commit by replacing black or the ci by replacing ruff.
To Reproducte
black podman_compose.py
ruff podman_compose.py
Expected behavior
It should be possible to align the code against a single code formatter.
Actual behavior
Ruff and Black disagree on what "properly formatted" looks like.
Environment:
OS: Linux
podman-compose version 1.3.0
podman version 4.9.3
Additional context
Tested against main branch.
The text was updated successfully, but these errors were encountered:
Just noticed
ruff podman_compose.py
andblack podman_compose.py
generate two different outputs that fail for checks against one-another. As pre-commit checks against black and the ci checks against ruff, and the contribution guide suggests setting up pre-commit, it would be reasonable to either alter pre-commit by replacing black or the ci by replacing ruff.To Reproducte
Expected behavior
It should be possible to align the code against a single code formatter.
Actual behavior
Ruff and Black disagree on what "properly formatted" looks like.
Environment:
Additional context
Tested against main branch.
The text was updated successfully, but these errors were encountered: