mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-08-01 10:43:49 -04:00
Drop Python mentions in .pre-commit-config.yaml
[ci skip]
This commit is contained in:
parent
554477d829
commit
455cf7c7d6
1 changed files with 4 additions and 5 deletions
|
@ -12,13 +12,12 @@ repos:
|
||||||
- id: check-shebang-scripts-are-executable
|
- id: check-shebang-scripts-are-executable
|
||||||
- id: check-symlinks
|
- id: check-symlinks
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
- id: debug-statements
|
|
||||||
- id: destroyed-symlinks
|
- id: destroyed-symlinks
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
files: \.(md|py|sh|rst|yml|yaml)$
|
files: \.(md|sh|rst|yml|yaml)$
|
||||||
- id: mixed-line-ending
|
- id: mixed-line-ending
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
files: \.(md|py|sh|rst|yml|yaml)$
|
files: \.(md|sh|rst|yml|yaml)$
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
- id: no-tabs
|
- id: no-tabs
|
||||||
|
@ -26,12 +25,12 @@ repos:
|
||||||
description: Reject any files containing a tab
|
description: Reject any files containing a tab
|
||||||
entry: '\t'
|
entry: '\t'
|
||||||
language: pygrep
|
language: pygrep
|
||||||
files: \.(md|py|sh|rst|yml|yaml)$
|
files: \.(md|sh|rst|yml|yaml)$
|
||||||
- repo: https://github.com/codespell-project/codespell
|
- repo: https://github.com/codespell-project/codespell
|
||||||
rev: v2.2.6
|
rev: v2.2.6
|
||||||
hooks:
|
hooks:
|
||||||
- id: codespell
|
- id: codespell
|
||||||
files: \.(md|py|sh|rst|yml|yaml)$
|
files: \.(md|sh|rst|yml|yaml)$
|
||||||
ci:
|
ci:
|
||||||
# Settings for the https://pre-commit.ci/ continuous integration service
|
# Settings for the https://pre-commit.ci/ continuous integration service
|
||||||
autofix_prs: true
|
autofix_prs: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue