Added yamllint configuration
This commit is contained in:
parent
ee74b1572b
commit
47d87663c9
|
|
@ -38,7 +38,7 @@ repos:
|
||||||
rev: v1.23.0
|
rev: v1.23.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: yamllint
|
- id: yamllint
|
||||||
args: [--no-warnings]
|
args: [-c, .yamllint]
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v2.31.0
|
rev: v2.31.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
extends: default
|
||||||
|
|
||||||
|
rules:
|
||||||
|
line-length:
|
||||||
|
max: 128
|
||||||
|
level: warning
|
||||||
Loading…
Reference in New Issue