diff options
| author | 2019-05-30 11:26:15 -0400 | |
|---|---|---|
| committer | 2019-05-30 11:26:15 -0400 | |
| commit | bf91d194ae1b94ed204a237957963156d2312db0 (patch) | |
| tree | 860f3d5300e81f71c91b3c181ab0ed857dcc1ada | |
| parent | Pushish the punished typo (diff) | |
Update pre-commit config so actually it uses the flake8 plugins
| -rw-r--r-- | .pre-commit-config.yaml | 12 | 
1 files changed, 10 insertions, 2 deletions
| diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1d75342a..9f2062ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,13 @@  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-docstrings", +        "flake8-import-order", +        "flake8-polyfill", +        "flake8-string-format", +        "flake8-tidy-imports" +      ]
\ No newline at end of file | 
