containers / podman-compose

a script to run docker-compose.yml using podman
GNU General Public License v2.0
4.88k stars 470 forks source link

Use ruff for formatting #870

Closed p12tic closed 4 months ago

p12tic commented 4 months ago

Ruff is much faster and includes all of pylint, black and flake8 as a single tool. This PR removes pylint checks for the moment as they are broken.