mirror of
https://github.com/containers/podman-compose.git
synced 2025-02-18 03:11:07 +01:00
pre-commit black config: run in check only mode
Signed-off-by: BugFest <bugfest.dev@pm.me>
This commit is contained in:
parent
6f902faed0
commit
620f5d7473
@ -9,6 +9,9 @@ repos:
|
|||||||
# https://pre-commit.com/#top_level-default_language_version
|
# https://pre-commit.com/#top_level-default_language_version
|
||||||
language_version: python3.10
|
language_version: python3.10
|
||||||
types: [python]
|
types: [python]
|
||||||
|
args: [
|
||||||
|
"--check", # Don't apply changes automatically
|
||||||
|
]
|
||||||
- repo: https://github.com/pycqa/flake8
|
- repo: https://github.com/pycqa/flake8
|
||||||
rev: 6.0.0
|
rev: 6.0.0
|
||||||
hooks:
|
hooks:
|
||||||
|
Loading…
Reference in New Issue
Block a user