forked from platypush/platypush
black validation should run before flake8
This commit is contained in:
parent
d52ae2fb80
commit
d311629403
1 changed files with 5 additions and 4 deletions
|
@ -17,6 +17,11 @@ repos:
|
|||
hooks:
|
||||
- id: markdown-toc
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 22.3.0
|
||||
hooks:
|
||||
- id: black
|
||||
|
||||
- repo: https://github.com/pycqa/flake8
|
||||
rev: 4.0.1
|
||||
hooks:
|
||||
|
@ -26,7 +31,3 @@ repos:
|
|||
- flake8-comprehensions
|
||||
- flake8-simplify
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 22.3.0
|
||||
hooks:
|
||||
- id: black
|
||||
|
|
Loading…
Reference in a new issue