Skip to content

Commit df4d61b

Browse files
committedJun 8, 2024
prepped for a little python3
1 parent 68afd01 commit df4d61b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ trim_trailing_whitespace = true
1414
indent_size = 4
1515
max_line_length = 72
1616

17+
[*.py]
18+
indent_size = 4
19+
1720
# EOF

‎.trunk/trunk.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ runtimes:
1818
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
1919
lint:
2020
enabled:
21+
- black@24.4.2
2122
- actionlint@1.7.1
2223
- hadolint@2.12.0
2324
- checkov@3.2.125

0 commit comments

Comments
 (0)
Please sign in to comment.