add flake8 to the hooks

This commit is contained in:
Matthias 2022-05-16 00:20:07 +02:00
parent cc2081bf50
commit 55ee0836f8
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -9,3 +9,8 @@ repos:
- id: check-yaml
- id: check-added-large-files
- id: mixed-line-ending
- repo: https://github.com/pycqa/flake8
rev: '4.0.1'
hooks:
- id: flake8
additional_dependencies: [flake8-docstrings]