Skip to content

Commit 15cae08

Browse files
committed
Indent the rest of lgtm.yml consistently.
1 parent 0255eee commit 15cae08

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.lgtm.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ extraction:
33
python_setup:
44
version: 3
55
path_classifiers:
6-
examples:
7-
# Exclude example files from analysis by tagging them.
8-
# We intentionally use multiple imports and unused variables in the
9-
# examples to make them more explicit. These generate a lot of alerts.
10-
# Since lgtm does not yet support suppressing selected alerts per
11-
# file, we currently deactivate analysis completely here. May be
12-
# reactivated when we can selectively suppress
13-
# - py/import-and-import-from
14-
# - py/repeated-import
15-
# - py/unused-local-variable
16-
# - py/multiple-definition
17-
- examples
18-
- tutorials
6+
examples:
7+
# Exclude example files from analysis by tagging them.
8+
# We intentionally use multiple imports and unused variables in the
9+
# examples to make them more explicit. These generate a lot of alerts.
10+
# Since lgtm does not yet support suppressing selected alerts per
11+
# file, we currently deactivate analysis completely here. May be
12+
# reactivated when we can selectively suppress
13+
# - py/import-and-import-from
14+
# - py/repeated-import
15+
# - py/unused-local-variable
16+
# - py/multiple-definition
17+
- examples
18+
- tutorials

0 commit comments

Comments
 (0)