summaryrefslogtreecommitdiff
path: root/ruff.toml
AgeCommit message (Collapse)AuthorFilesLines
2024-01-09format: add Ruff as a linter and formatterAndoni Morales Alastruey1-0/+5
Start using Ruff (https://docs.astral.sh/ruff/) as linter and formatter using a pre-commit hook to check and fix the format. The linter check are disabled until all errores are fixed. Fix #115 Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1315>