mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
add flake8 to the hooks
This commit is contained in:
parent
cc2081bf50
commit
55ee0836f8
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user