diff options
author | 2021-05-17 18:15:04 +0100 | |
---|---|---|
committer | 2021-05-17 18:15:04 +0100 | |
commit | 3af548a316cc86e88a608afb565fe93d39faa8c3 (patch) | |
tree | a91e2136ce67d6cbf732ef40f12470dc2d11b1cd /.pre-commit-config.yaml | |
parent | Merge pull request #1558 from doublevcodes/main (diff) |
Fix pre-commit, since flake8 isn't a task
Diffstat (limited to '.pre-commit-config.yaml')
-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 131ba9453..a9412f07d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,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 |