changeset 800a6bf307a6 in modules/timesheet_cost:default details: https://hg.tryton.org/modules/timesheet_cost?cmd=changeset;node=800a6bf307a6 description: Ignore flake8 E741 diffstat:
.flake8 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (7 lines): diff -r af1905e1ef39 -r 800a6bf307a6 .flake8 --- a/.flake8 Mon May 04 12:35:04 2020 +0200 +++ b/.flake8 Fri Oct 16 19:19:59 2020 +0200 @@ -1,2 +1,2 @@ [flake8] -ignore=E123,E124,E126,E128,W503 +ignore=E123,E124,E126,E128,E741,W503
