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: