diff options
| author | 2021-05-17 20:18:34 +0300 | |
|---|---|---|
| committer | 2021-05-17 20:18:34 +0300 | |
| commit | 6c2d3e76ff968cc4f8ecd322002e48930240acc8 (patch) | |
| tree | a91e2136ce67d6cbf732ef40f12470dc2d11b1cd | |
| parent | Merge pull request #1558 from doublevcodes/main (diff) | |
| parent | Fix pre-commit, since flake8 isn't a task (diff) | |
Merge pull request #1593 from python-discord/flake-8-isn't-a-task
Fix pre-commit, since flake8 isn't a task
| -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 | 
