Skip to content

Commit

Permalink
feat: enable pre-commit check (#158)
Browse files Browse the repository at this point in the history
Changelog: feature

Co-authored-by: dimzrio <[email protected]>
  • Loading branch information
dmzrio and dimzrio authored Oct 8, 2024
1 parent d6bb3b6 commit 825dfd2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
# - id: no-commit-to-branch
- id: no-commit-to-branch

# - repo: local
# hooks:
# - id: branch-convention
# name: branch-convention
# entry: ./branch-convention.sh
# language: script
# types: [file]
- repo: local
hooks:
- id: branch-convention
name: branch-convention
entry: ./branch-convention.sh
language: script
types: [file]

0 comments on commit 825dfd2

Please sign in to comment.