Skip to content

Commit

Permalink
chore: add email checking to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
katomaso committed Feb 27, 2024
1 parent 9d2bdad commit 45d5664
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45d5664

Please sign in to comment.