cctool

A tool for managing contacts and calendars.
git clone https://git.ce9e.org/cctool.git

commit
06d74e8433480dc3bbd5cb5fad2eb3a38d1ccab9
parent
290c21d253ddc1dcb9d918f8d1a886a3fb79659d
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2016-06-17 07:05
flake8: ignore lambda assignments

Diffstat

M setup.cfg 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/setup.cfg b/setup.cfg

@@ -9,5 +9,5 @@ cover-html=1
    9     9 cover-html-dir=.cover
   10    10 
   11    11 [flake8]
   12    -1 ignore=E101,W191,E126,E127,E128
   -1    12 ignore=E101,W191,E126,E127,E128,E731
   13    13 exclude=.git,.tox,.env,build,dist,tests.py