pre-commit black config: run in check only mode

Signed-off-by: BugFest <bugfest.dev@pm.me>
This commit is contained in:
BugFest 2023-04-10 12:05:29 +02:00 committed by Muayyad Alsadi
parent 6f902faed0
commit 620f5d7473

View File

@ -9,6 +9,9 @@ repos:
# https://pre-commit.com/#top_level-default_language_version
language_version: python3.10
types: [python]
args: [
"--check", # Don't apply changes automatically
]
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks: