Update Robot Framework format - step 10
[integration/test.git] / .pre-commit-config.yaml
index e940f86350dc560c9b0c2c8c139077969c720e2b..da11a941a13599fcd6ff712a15b3c2c239240008 100644 (file)
@@ -14,17 +14,17 @@ repos:
       - id: flake8
 
   - repo: https://github.com/psf/black
-    rev: 22.1.0
+    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
-    hooks:
-    - id: robotframework-tidy-wrapper
-      additional_dependencies: ['robotframework~=4.1.0']
+  - repo: https://github.com/guykisel/pre-commit-robotframework-tidy
+  #  rev: master
+  #  hooks:
+  #  - id: robotframework-tidy-wrapper
+  #    additional_dependencies: ['robotframework~=4.1.0']
 
   - repo: https://github.com/jorisroovers/gitlint
     rev: v0.17.0