Skip to content

Commit

Permalink
Add pre-commit config.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmmr committed Jan 15, 2024
1 parent baf297f commit 37367fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ repos:
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files

- repo: https://github.com/jorisroovers/gitlint
rev: v0.17.0
hooks:
- id: gitlint

exclude: /Baseline/
exclude: 3rdparty/|/Baseline/

0 comments on commit 37367fb

Please sign in to comment.