X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.pre-commit-config.yaml;h=b74e924efaada461e00c98770b343149e2006206;hb=b5d6fe038cf731d6681d05a2753c050cc6487ed0;hp=f2a70310fe3db36533a75205063e0a55ee5a46bf;hpb=f59aa9c82938ce4e901686d00c1990406b41ee93;p=releng%2Fbuilder.git diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f2a70310f..b74e924ef 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 @@ -6,8 +9,8 @@ repos: - id: check-json - id: trailing-whitespace - - repo: https://github.com/prettier/prettier - rev: 2.0.5 + - repo: https://github.com/prettier/pre-commit + rev: v2.1.2 hooks: - id: prettier