We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b03f3 commit a8238adCopy full SHA for a8238ad
.tool-versions
@@ -1,6 +1,7 @@
1
-deno 2.5.1
2
-prek 0.3.2
3
-python 3.11.13
4
-ruby 3.4.5
5
-ruff 0.12.11
6
-uv 0.8.8
+deno 2.5.1
+prek 0.3.2
+python 3.11.13
+ruby 3.4.5
+ruff 0.12.11
+uv 0.8.8
7
+yamllint 1.38.0
.yamllint
@@ -0,0 +1,17 @@
+---
+extends: default
+
+ignore:
+ - .venv/
+ - .serena/
+ - .github/
8
9
+rules:
10
+ document-start: disable
11
+ line-length:
12
+ max: 150
13
+ indentation:
14
+ spaces: 2
15
+ indent-sequences: true
16
+ truthy:
17
+ check-keys: false
0 commit comments