Upgrade to python3 for pre-commit flake config 38/88738/5
authorJamo Luhrsen <jluhrsen@gmail.com>
Thu, 26 Mar 2020 22:40:19 +0000 (15:40 -0700)
committerJamo Luhrsen <jluhrsen@gmail.com>
Fri, 27 Mar 2020 03:20:57 +0000 (03:20 +0000)
Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
Change-Id: Ieed91c45a5db9586e18551752507b58940aba0dd

.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