Skip to content

Commit

Permalink
ci: add pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
radek-sprta committed May 17, 2024
1 parent 6901040 commit bef321d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

0 comments on commit bef321d

Please sign in to comment.