This commit is contained in:
LinlyBoi
2023-03-22 00:18:37 +02:00
commit 13f20a55b1
14 changed files with 444 additions and 0 deletions

14
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,14 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: local
hooks:
- id: gradle-test
name: test with this project's gradlew
entry: ./gradlew test
language: system
types: [java]
pass_filenames: false