|
ci: |
|
skip: |
|
|
|
- fmt |
|
- clippy |
|
|
|
repos: |
|
- repo: https://github.com/pre-commit/pre-commit-hooks |
|
rev: v4.6.0 |
|
hooks: |
|
- id: check-ast |
|
- id: check-docstring-first |
|
- id: check-toml |
|
- id: check-vcs-permalinks |
|
- id: check-yaml |
|
- id: debug-statements |
|
- id: end-of-file-fixer |
|
- id: mixed-line-ending |
|
args: [--fix, lf] |
|
- id: trailing-whitespace |
|
- repo: https://github.com/doublify/pre-commit-rust |
|
rev: "v1.0" |
|
hooks: |
|
- id: fmt |
|
- id: clippy |
|
- repo: https://github.com/psf/black |
|
rev: 24.8.0 |
|
hooks: |
|
- id: black |
|
- repo: https://github.com/pre-commit/mirrors-prettier |
|
rev: "v4.0.0-alpha.8" |
|
hooks: |
|
- id: prettier |
|
|