diff --git a/.config/git/skel/.pre-commit-config.yaml b/.config/git/skel/.pre-commit-config.yaml index b752cf6204b4f67fcd97576974aad8032c1bfc0e..a276f625f864a4e942a41140af934e70e9f80bd3 100644 --- a/.config/git/skel/.pre-commit-config.yaml +++ b/.config/git/skel/.pre-commit-config.yaml @@ -98,7 +98,7 @@ repos: - id: black args: - | - --line-length=79 + --line-length=79 - repo: https://github.com/PyCQA/prospector.git rev: 1.5.1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8da997065a2f7dc8f7fd9cb2fcf281a4d5ea50a5..7b8553cbf5cc80a353718f857b000d276dc0f979 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,6 +13,11 @@ repos: - id: trailing-whitespace exclude: \.aspell\.en\.pws + - repo: https://git.shore.co.il/nimrod/yamltool.git + rev: v0.1.2 + hooks: + - id: yamltool + - repo: https://github.com/adrienverge/yamllint rev: v1.26.3 hooks: @@ -32,7 +37,7 @@ repos: exclude: &excluded_pythonscripts pythonrc.py|rabbitmqadmin args: - | - --line-length=79 + --line-length=79 - repo: https://github.com/PyCQA/prospector rev: 1.5.0.1