diff options
| author | 2019-05-30 12:37:04 -0400 | |
|---|---|---|
| committer | 2019-05-30 12:37:04 -0400 | |
| commit | a40e37cd2f5a252d8188bb83e4c1fe414548feca (patch) | |
| tree | a8e53e06f73966d1059ae2ebffef02c22780b942 | |
| parent | Updates the cog list and cog batch load/unloads to use status_indicator emoji... (diff) | |
Update pre-commit config so it actually uses the flake8 plugins
| -rw-r--r-- | .pre-commit-config.yaml | 11 | 
1 files changed, 9 insertions, 2 deletions
| diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1d75342a2..4776bc63b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,12 @@  repos:  -   repo: https://github.com/pre-commit/pre-commit-hooks -    rev: v2.0.0 +    rev: v2.2.3      hooks: -    - id: flake8
\ No newline at end of file +    - id: flake8 +      additional_dependencies: [ +        "flake8-bugbear", +        "flake8-import-order", +        "flake8-tidy-imports", +        "flake8-todo", +        "flake8-string-format" +      ]
\ No newline at end of file | 
