We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e685463 commit 981a47eCopy full SHA for 981a47e
.pre-commit-config.yaml
@@ -15,6 +15,6 @@ repos:
15
hooks:
16
# Run the linter.
17
- id: ruff
18
- args: [ --fix ]
+ args: [--fix]
19
# Run the formatter.
20
- id: ruff-format
.yamllint.yml
@@ -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