mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
9 lines
230 B
INI
9 lines
230 B
INI
|
[flake8]
|
||
|
# Disable some formatted-related warnings that conflict with black's way of
|
||
|
# formatting code.
|
||
|
#
|
||
|
# E203: Whitespace before ':'
|
||
|
# E501: line too long
|
||
|
# E701: Multiple statements on one line (colon)
|
||
|
ignore = E203,E501,E701
|