Skip to content

Commit

Permalink
test: Add pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewferrier committed Aug 25, 2024
1 parent 3a82320 commit f3f25bd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# See https://pre-commit.com for more information
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-added-large-files
- repo: https://github.com/JohnnyMorganz/StyLua
rev: v0.20.0
hooks:
- id: stylua-system

0 comments on commit f3f25bd

Please sign in to comment.