diff options
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea3565b..8fed8e5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,11 +9,11 @@ repos: hooks: - id: black name: black - entry: poetry run black + entry: black language: system types: [python] - id: flake8 name: flake8 - entry: poetry run flake8 + entry: flake8 language: system types: [python] |