From d580e57d58b55a4d62352713d7a352fcd4c1b66a Mon Sep 17 00:00:00 2001 From: Benoit Orihuela Date: Thu, 4 Jul 2024 21:39:36 +0200 Subject: [PATCH] chore: update and align pre-commit conf for Robotidy --- .pre-commit-config.yaml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54f26c88..de8355d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/MarketSquare/robotframework-tidy id: robotidy - rev: 4.2.1 + rev: 4.11.0 hooks: - id: robotidy diff --git a/requirements.txt b/requirements.txt index 7599dc9e..5104bc18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ robotframework-requests==0.9.6 deepdiff==6.7.1 prettydiff==0.1.0 robotframework-httpctrl==0.3.1 -robotframework-tidy==4.9.0 +robotframework-tidy==4.11.0 -- GitLab