From 45d566441321973516dfd450e9e97c6b852ca66c Mon Sep 17 00:00:00 2001 From: Tomas Peterka Date: Tue, 27 Feb 2024 15:01:40 +0100 Subject: [PATCH] chore: add email checking to pre-commit --- .pre-commit-config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e5526d9..185565d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,10 +27,11 @@ repos: stages: [pre-commit] - repo: https://github.com/dronetag/pre-commit-hooks - rev: v1.0.0 + rev: v1.1.1 hooks: - - id: check-docstring-first - id: check-added-large-files + - id: check-docstring-first + - id: check-email-domain - id: check-json - id: check-toml - id: check-yaml