X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.pre-commit-config.yaml;fp=.pre-commit-config.yaml;h=158a65b6e99ec1971d1376a2b69d865aec5229b0;hb=edcebc0af538090ce8089b5fa7cfbe7cbd07c151;hp=4436e4a7de80a1616a6236a6b6976b5d69325f13;hpb=9b667b009586ee8977712eaa30f9facd6813d1a4;p=integration%2Ftest.git diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4436e4a7de..158a65b6e9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,11 +16,13 @@ repos: hooks: - id: black + # FIXME: replace pre-commit-robotframework-tidy with robotidy once Python 3.7 is available + # https://github.com/MarketSquare/robotframework-tidy - repo: https://github.com/guykisel/pre-commit-robotframework-tidy rev: master hooks: - id: robotframework-tidy-wrapper - additional_dependencies: ['robotframework'] + additional_dependencies: ['robotframework~=4.1.0'] - repo: https://github.com/jorisroovers/gitlint rev: v0.11.0