Upgrade to python3 for pre-commit flake config
[integration/test.git] / .pre-commit-config.yaml
index bb08b167bfeefaf5a1f18c4957f840ac90103647..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