diff options
author | 2021-05-17 18:12:24 +0100 | |
---|---|---|
committer | 2021-05-17 18:12:24 +0100 | |
commit | 706658bcc79d7e82a8f6c18d7fa754d8349ec6a7 (patch) | |
tree | 1c03ec78b07d47ec4710a8060dc2a97d96d34d2c /.pre-commit-config.yaml | |
parent | update CODEOWNERS to track poetry files (diff) |
Fix pre-commit, since flake8 isn't a task
Diffstat (limited to '')
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4fe7b689..25781752 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: flake8 name: Flake8 description: This hook runs flake8 within our project's environment. - entry: poetry run task flake8 + entry: poetry run flake8 language: system types: [python] require_serial: true |