]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: add pyproject.toml
authorSimon Marchi <simon.marchi@polymtl.ca>
Mon, 17 May 2021 18:31:00 +0000 (14:31 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 17 May 2021 18:31:00 +0000 (14:31 -0400)
commit91e159e93b273af462b9999122af9a69980d88e1
tree82bd6d19512c0acb249b717f30db93226e160bff
parent034dce7a47652cf0a5f8fbcc403ca995171cc417
gdb: add pyproject.toml

When running black to format Python files, files with extension .py.in
are ignored, because they don't end in .py.  Add a pyproject.toml file
to instruct black to pick up these files too.

gdb/ChangeLog:

* py-project.toml: New.
* gdb-gdb.py.in: Re-format.

gdb/testsuite/ChangeLog:

* gdb.python/py-framefilter-gdb.py.in: Re-format.
* gdb.python/py-framefilter-invalidarg-gdb.py.in: Re-format.

Change-Id: I9b88faec3360ea24788f44c8b89fe0b2a5f4eb97
gdb/ChangeLog
gdb/gdb-gdb.py.in
gdb/pyproject.toml [new file with mode: 0644]
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-framefilter-gdb.py.in
gdb/testsuite/gdb.python/py-framefilter-invalidarg-gdb.py.in