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.
17 lines
509 B
17 lines
509 B
repos: |
|
- repo: 'https://github.com/pre-commit/pre-commit-hooks' |
|
rev: v5.0.0 |
|
hooks: |
|
- id: check-added-large-files |
|
- id: check-case-conflict |
|
- id: check-toml |
|
- id: check-yaml |
|
- id: end-of-file-fixer |
|
- id: mixed-line-ending |
|
- id: trailing-whitespace |
|
- repo: 'https://github.com/fredrikekre/runic-pre-commit' |
|
rev: v2.0.1 |
|
hooks: |
|
- id: runic |
|
additional_dependencies: |
|
- 'Runic@1.4' # Keep in sync with .github/workflows/Check.yml
|
|
|