You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
622 B
25 lines
622 B
--- |
|
repos: |
|
- repo: https://github.com/pre-commit/pre-commit-hooks |
|
rev: v4.1.0 |
|
hooks: |
|
- id: check-added-large-files |
|
- id: check-yaml |
|
- id: check-toml |
|
- id: trailing-whitespace |
|
- id: end-of-file-fixer |
|
- id: check-merge-conflict |
|
- repo: https://github.com/doublify/pre-commit-rust |
|
rev: v1.0 |
|
hooks: |
|
- id: fmt |
|
- id: cargo-check |
|
- id: clippy |
|
- repo: https://github.com/IamTheFij/docker-pre-commit |
|
rev: v2.0.1 |
|
hooks: |
|
- id: docker-compose-check |
|
- repo: https://github.com/hadolint/hadolint |
|
rev: v2.8.0 |
|
hooks: |
|
- id: hadolint
|
|
|