Commit 29832b6e authored by nimrod's avatar nimrod
Browse files

Git skeleton: add pycln to pre-commit.

parent e68ae7ee
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -171,6 +171,11 @@ repos:
    hooks:
      - id: pyupgrade

  - repo: https://github.com/hadialqattan/pycln.git
    rev: v1.3.2
    hooks:
      - id: pycln

  - repo: https://github.com/pycqa/pydocstyle.git
    rev: 6.1.1
    hooks: