From 2bd6cd6203af7d5ddbc6d1ced3943b454bd33483 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 30 Oct 2020 11:23:03 +0100 Subject: [PATCH] Fix tox jobs As per guidance on mailing lists, our configuration needs an update to fix the jobs. Change-Id: I091bf17e3cd2a783e0be0e55afaa03b810d5c367 Signed-off-by: Robert Varga --- .pre-commit-config.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76ddb43a5..fedd6e8ad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 -- 2.36.6