From e8426294e2d5bccd836bfa442c6560f2ee032818 Mon Sep 17 00:00:00 2001 From: Ondrej Samohel Date: Fri, 6 Jan 2023 17:38:47 +0100 Subject: [PATCH] :art: fix version and add local branch prefix --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40159f4344..1262f5e67d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,14 +2,14 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files - id: no-commit-to-branch - args: [ '--pattern', '^(?!((enhancement|feature|bugfix|documentation|tests)\/[a-zA-Z0-9\-]+)$).*' ] + args: [ '--pattern', '^(?!((enhancement|feature|bugfix|documentation|tests|local)\/[a-zA-Z0-9\-]+)$).*' ] - repo: https://github.com/psf/black rev: 22.12.0 hooks: