mirror of
https://github.com/containers/podman-compose.git
synced 2025-03-29 09:06:29 +01:00
Replaces black with ruff on pre-commit-config
Current python files are already compatible with ruff, while very incompatible with black standard therefore, this change just enforces the reality of the codebase. Without it, pre-commit and the ci will fight one-another with different formatting. Signed-off-by: Italo Maia <italo.maia@gmail.com>
This commit is contained in:
parent
dd01d039bf
commit
10ad739746
@ -1,17 +1,9 @@
|
||||
repos:
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 23.3.0
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.9.6
|
||||
hooks:
|
||||
- id: black
|
||||
# It is recommended to specify the latest version of Python
|
||||
# supported by your project here, or alternatively use
|
||||
# pre-commit's default_language_version, see
|
||||
# https://pre-commit.com/#top_level-default_language_version
|
||||
language_version: python3.10
|
||||
- id: ruff
|
||||
types: [python]
|
||||
args: [
|
||||
"--check", # Don't apply changes automatically
|
||||
]
|
||||
- repo: https://github.com/pycqa/flake8
|
||||
rev: 6.0.0
|
||||
hooks:
|
||||
|
Loading…
Reference in New Issue
Block a user