summaryrefslogtreecommitdiff
path: root/.yamllint
diff options
context:
space:
mode:
Diffstat (limited to '.yamllint')
-rw-r--r--.yamllint18
1 files changed, 18 insertions, 0 deletions
diff --git a/.yamllint b/.yamllint
new file mode 100644
index 000000000..638c16210
--- /dev/null
+++ b/.yamllint
@@ -0,0 +1,18 @@
+extends: default
+
+ignore: |
+ /.venv/
+ /.tox/
+ /build/
+ /dist/
+
+rules:
+ document-start: disable
+ line-length:
+ ignore: |
+ /.github/*.yml
+ /.github/workflows/*.yml
+ truthy:
+ # on: ...
+ ignore: |
+ /.github/workflows/*.yml