Adding Pycln QA tool as a pre-commit hook.

This commit is contained in:
Hadi Alqattan 2022-02-26 16:22:55 +03:00
parent 92fb4b6f5d
commit d97f9bcdf6
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@ repos:
- id: python-use-type-annotations
- id: rst-directive-colons
- 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
rev: 22.1.0
hooks: