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
Automatic date update in version.in
[binutils-gdb.git]
/
gdb
/
setup.cfg
blob
d33058ea7f0fa9b2bacc3cbde4e046e1a1bf20cf
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
# W503: line break before binary operator
9
ignore = E203,E501,E701,W503
10
11
[isort]
12
profile = black