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