Skip to content

Commit 1a0b311

Browse files
authored
Merge pull request #1116 from stratosphereips/alya/use_yamllint
Use yamllint and reformat slips.yaml
2 parents 5bbb0e2 + c67d611 commit 1a0b311

File tree

3 files changed

+350
-408
lines changed

3 files changed

+350
-408
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ repos:
3737
language_version: python3.12.3
3838
# excludes formatting slips_files/common/imports.py
3939
exclude: imports
40+
41+
- repo: https://github.com/adrienverge/yamllint.git
42+
rev: v1.31.0
43+
hooks:
44+
- id: yamllint
45+
files: "slips.yaml"

0 commit comments

Comments
 (0)