We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68afd01 commit df4d61bCopy full SHA for df4d61b
.editorconfig
@@ -14,4 +14,7 @@ trim_trailing_whitespace = true
14
indent_size = 4
15
max_line_length = 72
16
17
+[*.py]
18
+indent_size = 4
19
+
20
# EOF
.trunk/trunk.yaml
@@ -18,6 +18,7 @@ runtimes:
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
lint:
enabled:
21
+ - black@24.4.2
22
- actionlint@1.7.1
23
- hadolint@2.12.0
24
- checkov@3.2.125
0 commit comments