[PATCH] D51862: [LNT] more pep8 code style fixes
Danila Malyutin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 10 09:08:54 PDT 2018
danilaml created this revision.
danilaml added reviewers: MatzeB, kristof.beyls.
Herald added a subscriber: llvm-commits.
PEP8 code style issues found by pycodestyle, ignoring "line to long: errors (IMHO it should be fine to set it to something less restrictive project-wide, like 100 or even 120).
Repository:
rL LLVM
https://reviews.llvm.org/D51862
Files:
lnt/server/db/migrations/upgrade_16_to_17.py
lnt/server/db/migrations/util.py
lnt/server/db/regression.py
lnt/server/db/rules/rule_update_fixed_regressions.py
lnt/server/reporting/summaryreport.py
lnt/server/ui/api.py
lnt/testing/__init__.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51862.164683.patch
Type: text/x-patch
Size: 5239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180910/aa72f318/attachment.bin>
More information about the llvm-commits
mailing list