repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[gdb/symtab] Workaround PR gas/31115
[binutils-gdb.git]
/
gdb
/
setup.cfg
blob
13aefa0342d797c0511db259ad852e2f03f96c8d
1
[flake8]
2
# Disable some formatted-related warnings that conflict with black's way of
3
# formatting code.
4
#
5
# E203: Whitespace before ':'
6
# E501: line too long
7
# E701: Multiple statements on one line (colon)
8
ignore = E203,E501,E701