mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
ci(pre-commit): add yamllint (#496)
This commit is contained in:
@@ -2,9 +2,12 @@ repos:
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.11.2
|
||||
hooks:
|
||||
# Run the linter.
|
||||
- id: ruff
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.4.1
|
||||
hooks:
|
||||
- id: codespell
|
||||
- repo: https://github.com/adrienverge/yamllint
|
||||
rev: v1.37.1
|
||||
hooks:
|
||||
- id: yamllint
|
||||
|
||||
3
.yamllint.yaml
Normal file
3
.yamllint.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
extends: default
|
||||
rules:
|
||||
line-length: disable
|
||||
Reference in New Issue
Block a user