Skip to content

Commit 981a47e

Browse files
author
drickett
committed
add yamllint config
1 parent e685463 commit 981a47e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ repos:
1515
hooks:
1616
# Run the linter.
1717
- id: ruff
18-
args: [ --fix ]
18+
args: [--fix]
1919
# Run the formatter.
2020
- id: ruff-format

.yamllint.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ignore:
2+
- .git/*
3+
- .venv/*
4+
5+
extends: default
6+
7+
rules:
8+
truthy:
9+
ignore: .github/*
10+
document-end: disable
11+
document-start: disable

0 commit comments

Comments
 (0)