mirror of https://github.com/Textualize/rich.git
Adding Pycln QA tool as a pre-commit hook.
This commit is contained in:
parent
92fb4b6f5d
commit
d97f9bcdf6
|
@ -25,6 +25,11 @@ repos:
|
||||||
- id: python-use-type-annotations
|
- id: python-use-type-annotations
|
||||||
- id: rst-directive-colons
|
- id: rst-directive-colons
|
||||||
- id: rst-inline-touching-normal
|
- id: rst-inline-touching-normal
|
||||||
|
- repo: https://github.com/hadialqattan/pycln
|
||||||
|
rev: v1.2.3
|
||||||
|
hooks:
|
||||||
|
- id: pycln
|
||||||
|
args: [--all]
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 22.1.0
|
rev: 22.1.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
Loading…
Reference in New Issue