From c300e14ebc35e94f62ebc2056fad7da81a54ab40 Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Tue, 9 Jun 2020 15:59:56 -0700 Subject: [PATCH] Remove robot-tidy from pre-commit Nothing wrong with the hook or the repo, but something has changed recently with pre-commit or some dependency that causes it to break. More details in: JIRA: RELENG-149 Signed-off-by: Jamo Luhrsen Change-Id: I43bba25e27e195224aee4e2763d2259899da8346 --- .pre-commit-config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a277517060..86005cf56c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,12 +12,6 @@ hooks: - id: autopep8 -- repo: git://github.com/guykisel/pre-commit-robotframework-tidy - rev: 'master' - hooks: - - id: robotframework-tidy-wrapper - additional_dependencies: ['robotframework==3.2a1'] # Pin due to tidy warning in 3.1.2 - - repo: https://github.com/jorisroovers/gitlint rev: v0.11.0 hooks: -- 2.36.6