File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ extraction:
33 python_setup :
44 version : 3
55path_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
You can’t perform that action at this time.
0 commit comments