Remove robot-tidy from pre-commit 64/90364/6
authorJamo Luhrsen <jluhrsen@gmail.com>
Tue, 9 Jun 2020 22:59:56 +0000 (15:59 -0700)
committerJamo Luhrsen <jluhrsen@gmail.com>
Wed, 10 Jun 2020 04:39:47 +0000 (21:39 -0700)
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 <jluhrsen@gmail.com>
Change-Id: I43bba25e27e195224aee4e2763d2259899da8346

.pre-commit-config.yaml

index a2775170606cbeddbdd61f8e44d0f8dc66061308..86005cf56c95c7ddcab6a8b70eb5a15f490d8127 100644 (file)
   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: