This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 374c1cbbf06 [gdb/testsuite] Add missing include in gdb.base/ctf-ptype.c new 8a99b2b8174 Remove .flake8 new 2fde5149d73 Fix flake8 errors in dap/server.py new a311bd9e2b2 Ignore unsed import in dap/__init__.py new 5ac754cf462 Remove unused import from gdb/__init__.py new 80c69af864c Remove bare "except" from disassembler.py new 788050bf18c Suppress star import errors new 99364b187fd Specify ImportError in styling.py new 34b0776fd73 Suppress some "undefined" warnings from flake8 new e2238b2e206 Do not use bare "except"
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/.flake8 | 2 -- gdb/python/lib/gdb/__init__.py | 23 ++++++++++++----------- gdb/python/lib/gdb/dap/__init__.py | 32 +++++++++++++++++--------------- gdb/python/lib/gdb/dap/server.py | 3 ++- gdb/python/lib/gdb/disassembler.py | 26 ++++++++++---------------- gdb/python/lib/gdb/styling.py | 8 ++++---- gdb/setup.cfg | 3 ++- 7 files changed, 47 insertions(+), 50 deletions(-) delete mode 100644 gdb/.flake8