Skip to content

Commit f2d6562

Browse files
authored
Merge pull request #127 from boutproject/fix-flake8-config
Fix flake8 config file for fussier parser
2 parents 96f00b1 + 4859043 commit f2d6562

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.flake8

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[flake8]
22
max-line-length = 89
3-
ignore = (
3+
ignore =
44
E741, # 'ambiguous variable names' forbids using 'I', 'O' or 'l'
55
W503, # 'line break before binary operator', but this is allowed and useful inside brackets
66
E203, # 'whitespace before ':'', but black formats some slice expressions with space before ':'
77
E231, # missing whitespace after ',', but black formats some expressions without space after ','
8-
)
98
exclude =
109
hypnotoad/gui/hypnotoad_mainWindow.py,
1110
hypnotoad/gui/hypnotoad_preferences.py,

0 commit comments

Comments
 (0)