Add more flake8 checks

This commit is contained in:
Gabriel Augendre 2021-12-29 10:40:48 +01:00
parent 8fce5f87be
commit edea968c14

View file

@ -48,12 +48,14 @@ repos:
hooks: hooks:
- id: flake8 - id: flake8
additional_dependencies: additional_dependencies:
- flake8-noqa - flake8-annotations-complexity
- flake8-bugbear
- flake8-builtins - flake8-builtins
- flake8-bugbear
- flake8-comprehensions - flake8-comprehensions
- flake8-eradicate - flake8-eradicate
- flake8-noqa
- flake8-pytest-style - flake8-pytest-style
- flake8-pyi
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1 rev: v2.5.1
hooks: hooks: