diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a69a6533..9e826392 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,7 +52,7 @@ repos: - id: flake8 name: flake8 description: '`flake8` is a command-line utility for enforcing style consistency across Python projects.' - entry: flake8 + entry: poetry run flake8 language: python types: [python] require_serial: true