From c70cd9b315bc1508d6c280314f16348f1cb9fd19 Mon Sep 17 00:00:00 2001 From: Vadzim Hushchanskou Date: Tue, 24 Dec 2024 14:24:28 +0300 Subject: [PATCH] Update hook config --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f4bb757..3f48429 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: rev: 24.10.0 hooks: - id: black - args: [ 'reportportal_client', 'tests' ] + args: [ '--check', 'reportportal_client', 'tests' ] - repo: https://github.com/pycqa/isort rev: 5.13.2 hooks: