Migrate 030_bgp_functional_evpn.robot
[integration/test.git] / .pre-commit-config.yaml
index 4e69cef54266cf2cceafe838b102ad00dceed845..9a9496d07094d6c8b7fab22a5673b10c5053deb1 100644 (file)
@@ -9,7 +9,7 @@ repos:
         exclude: '\.robot'
 
   - repo: https://github.com/PyCQA/flake8
-    rev: 4.0.1
+    rev: 6.1.0
     hooks:
       - id: flake8
 
@@ -21,13 +21,16 @@ repos:
   - repo: https://github.com/MarketSquare/robotframework-tidy
     rev: 3.2.0
     hooks:
-    - id: robotidy
-      additional_dependencies: ['robotframework']
+      - id: robotidy
+        additional_dependencies: ['robotframework==6.1.1']
 
   - repo: https://github.com/jorisroovers/gitlint
-    rev: v0.17.0
+    rev: v0.19.1
     hooks:
-    - id: gitlint
+      - id: gitlint
+        stages: [commit-msg]
+      - id: gitlint-ci
+        stages: [manual]
 
   - repo: local
     hooks: