From d7849c70acbb0704931abdb3869d961f189cb8e0 Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 16 Jul 2017 06:35:59 +0200 Subject: .flake8: ignore bad line continuation --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index f5072c08..a480d680 100644 --- a/.flake8 +++ b/.flake8 @@ -1,3 +1,3 @@ [flake8] max-line-length = 99 -ignore = E221 +ignore = E221,E128 -- cgit 1.4.1-2-gfad0 ofani-tty Git repository'/>
about summary refs log tree commit diff stats
blob: ad27a0a50b709537d59cd80e9e8515b99f010a0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26