Remove remnants of sfc project
[integration/test.git] / .pre-commit-config.yaml
index 83ee03ff3641a368f31966b38100c689407b1c89..9a9496d07094d6c8b7fab22a5673b10c5053deb1 100644 (file)
@@ -9,27 +9,28 @@ repos:
         exclude: '\.robot'
 
   - repo: https://github.com/PyCQA/flake8
-    rev: 4.0.1
+    rev: 6.1.0
     hooks:
       - id: flake8
 
   - repo: https://github.com/psf/black
-    rev: 20.8b1
+    rev: 22.8.0
     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
+  - repo: https://github.com/MarketSquare/robotframework-tidy
+    rev: 3.2.0
     hooks:
-    - id: robotframework-tidy-wrapper
-      additional_dependencies: ['robotframework~=4.1.0']
+      - 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: