Fix tox jobs 85/93485/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 30 Oct 2020 10:23:03 +0000 (11:23 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 30 Oct 2020 10:23:03 +0000 (11:23 +0100)
As per guidance on mailing lists, our configuration needs an update
to fix the jobs.

Change-Id: I091bf17e3cd2a783e0be0e55afaa03b810d5c367
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
.pre-commit-config.yaml

index 76ddb43a57f5254ad0700ac99f00d0e6af8d25be..fedd6e8ade5e6c8bb0b12f73518f047b29199b46 100644 (file)
@@ -1,4 +1,7 @@
 ---
+default_language_version:
+  python: python3
+  node: "14.13.0"
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
     rev: v2.5.0
@@ -11,7 +14,7 @@ repos:
     hooks:
       - id: gitlint
 
-  - repo: https://github.com/prettier/prettier
-    rev: 1.19.1
+  - repo: https://github.com/prettier/pre-commit
+    rev: v2.1.2
     hooks:
       - id: prettier