setup.cfg: Drop unicode, it upsets CI
This commit is contained in:
parent
a9f818b44b
commit
e79143f3a6
|
@ -12,7 +12,7 @@
|
||||||
# E128: Continuation line under-indented for visual indent
|
# E128: Continuation line under-indented for visual indent
|
||||||
# E129: Visually indented line with same indent as next logical line
|
# E129: Visually indented line with same indent as next logical line
|
||||||
# E221: Multiple spaces before operator
|
# E221: Multiple spaces before operator
|
||||||
# E241: Multiple spaces after ‘,’
|
# E241: Multiple spaces after comma
|
||||||
# E301: Expected 1 blank line, found 0
|
# E301: Expected 1 blank line, found 0
|
||||||
# E303: Too many blank lines
|
# E303: Too many blank lines
|
||||||
# E305: Expected 2 blank lines after end of function or class
|
# E305: Expected 2 blank lines after end of function or class
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
# E402: Module level import not at top of file
|
# E402: Module level import not at top of file
|
||||||
# E501: Line too long (82 > 79 characters)
|
# E501: Line too long (82 > 79 characters)
|
||||||
# W504: line break after binary operator
|
# W504: line break after binary operator
|
||||||
# E741: Do not use variables named ‘l’, ‘O’, or ‘I’
|
# E741: Do not use simply named variables
|
||||||
|
|
||||||
|
|
||||||
ignore = E122, E123, E126, E127, E128, E129, E221, E241, E301, E303, E305, E306, E402, E501, W504, E741
|
ignore = E122, E123, E126, E127, E128, E129, E221, E241, E301, E303, E305, E306, E402, E501, W504, E741
|
||||||
|
|
Loading…
Reference in New Issue