Allow 409 code when DS is empty
[integration/test.git] / .pre-commit-config.yaml
index 6514c9e44d090b78d9aa752b97468831db4b1b1e..a2775170606cbeddbdd61f8e44d0f8dc66061308 100644 (file)
@@ -3,7 +3,7 @@
   rev: v2.4.0  # Use the ref you want to point at
   hooks:
     - id: flake8
-      language_version: python2
+      language_version: python3
       additional_dependencies: ['flake8~=3.5.0']
     - id: trailing-whitespace
 
@@ -16,7 +16,7 @@
   rev: 'master'
   hooks:
   - id: robotframework-tidy-wrapper
-    additional_dependencies: ['robotframework==3.1.1']  # Pin due to tidy warning in 3.1.2
+    additional_dependencies: ['robotframework==3.2a1']  # Pin due to tidy warning in 3.1.2
 
 - repo: https://github.com/jorisroovers/gitlint
   rev: v0.11.0