Loading .pre-commit-config.yaml +13 −5 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/adrienverge/yamllint rev: v1.25.0 rev: v1.26.1 hooks: - id: yamllint Loading Loading @@ -62,7 +62,7 @@ repos: - pyroma - repo: https://gitlab.com/pycqa/flake8.git rev: 3.8.4 rev: 3.9.1 hooks: - id: flake8 exclude: *excluded_pythonscripts Loading @@ -73,7 +73,7 @@ repos: - flake8-bugbear - repo: https://github.com/Yelp/detect-secrets.git rev: v0.14.3 rev: v1.1.0 hooks: - id: detect-secrets exclude: rabbitmqadmin|\.config/git/config|Pipfile\.lock Loading @@ -90,7 +90,7 @@ repos: types: [text] - repo: https://github.com/shellcheck-py/shellcheck-py.git rev: v0.7.1.1 rev: v0.7.2.1 hooks: - id: shellcheck exclude: *excluded_shellscripts Loading @@ -100,6 +100,14 @@ repos: types: [text] - repo: https://github.com/executablebooks/mdformat.git rev: 0.5.3 rev: 0.7.4 hooks: - id: mdformat - repo: https://gitlab.com/devopshq/gitlab-ci-linter rev: v1.0.3 hooks: - id: gitlab-ci-linter args: - "--server" - https://git.shore.co.il Loading
.pre-commit-config.yaml +13 −5 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/adrienverge/yamllint rev: v1.25.0 rev: v1.26.1 hooks: - id: yamllint Loading Loading @@ -62,7 +62,7 @@ repos: - pyroma - repo: https://gitlab.com/pycqa/flake8.git rev: 3.8.4 rev: 3.9.1 hooks: - id: flake8 exclude: *excluded_pythonscripts Loading @@ -73,7 +73,7 @@ repos: - flake8-bugbear - repo: https://github.com/Yelp/detect-secrets.git rev: v0.14.3 rev: v1.1.0 hooks: - id: detect-secrets exclude: rabbitmqadmin|\.config/git/config|Pipfile\.lock Loading @@ -90,7 +90,7 @@ repos: types: [text] - repo: https://github.com/shellcheck-py/shellcheck-py.git rev: v0.7.1.1 rev: v0.7.2.1 hooks: - id: shellcheck exclude: *excluded_shellscripts Loading @@ -100,6 +100,14 @@ repos: types: [text] - repo: https://github.com/executablebooks/mdformat.git rev: 0.5.3 rev: 0.7.4 hooks: - id: mdformat - repo: https://gitlab.com/devopshq/gitlab-ci-linter rev: v1.0.3 hooks: - id: gitlab-ci-linter args: - "--server" - https://git.shore.co.il