File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 9
9
rev : v1.24.2
10
10
hooks :
11
11
- id : yamllint
12
+ args : [-s]
12
13
- repo : https://gitlab.com/pycqa/flake8
13
14
rev : 3.8.3
14
15
hooks :
Original file line number Diff line number Diff line change @@ -4,11 +4,15 @@ extends: default
4
4
rules:
5
5
# Property-indent errors are very noisy as tools all make different choices.
6
6
# Until a good yaml auto-indenter appears, we'll relax this rule.
7
- # (we still enforce that they're indented consistently within a file)
8
- indentation:
9
- indent-sequences: consistent
7
+ indentation: disable
8
+ comments: disable
9
+ comments-indentation: disable
10
+
10
11
# URLs and base64 strings break this a lot, and multi-line URLs aren't
11
12
# clearer. Not worth it.
12
13
line-length: disable
13
- # The default formatting output
14
- comments-indentation: disable
14
+
15
+ # Github Actions config uses the word 'on', but not as a truthy-value.
16
+ truthy:
17
+ ignore: |
18
+ .github/workflows/*.yml
Original file line number Diff line number Diff line change
1
+ ---
1
2
version : " 3.4"
2
3
services :
3
4
explorer :
You can’t perform that action at this time.
0 commit comments