mirror of
https://github.com/unmojang/drasl.git
synced 2025-09-25 22:24:27 -04:00
![pre-commit-ci[bot]](/assets/img/avatar_default.png)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0) - [github.com/kamadorueda/alejandra: 2.0.0 → 3.0.0](https://github.com/kamadorueda/alejandra/compare/2.0.0...3.0.0) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.3...v4.0.0-alpha.8)
22 lines
670 B
YAML
22 lines
670 B
YAML
# See https://pre-commit.com for more information
|
|
# See https://pre-commit.com/hooks.html for more hooks
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.6.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-added-large-files
|
|
- repo: https://github.com/tekwizely/pre-commit-golang
|
|
rev: v1.0.0-rc.1
|
|
hooks:
|
|
- id: go-fmt-repo
|
|
- repo: https://github.com/kamadorueda/alejandra
|
|
rev: 3.0.0
|
|
hooks:
|
|
- id: alejandra-system
|
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
|
rev: "v4.0.0-alpha.8" # Use the sha or tag you want to point at
|
|
hooks:
|
|
- id: prettier
|