]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
tests: Add support for linting and formatting of Python code
authorDaniel Wagner <dwagner@suse.de>
Thu, 3 Mar 2022 17:31:44 +0000 (18:31 +0100)
committerDaniel Wagner <dwagner@suse.de>
Thu, 3 Mar 2022 17:44:28 +0000 (18:44 +0100)
commited94470b5f2c67767a04b23b5cce580d11f10c64
tree681289e7e4a46f76b76007826fbd0413a53ce37a
parenta7428fca3873add64d766b911bb9a088328d6a92
tests: Add support for linting and formatting of Python code

Shamelessly steal the linting and formatting tooling for Python code
form python-sdbus. Update the documentation accordingly.

Link: https://github.com/python-sdbus/python-sdbus
Signed-off-by: Daniel Wagner <dwagner@suse.de>
tests/README
tests/meson.build
tests/run_py_linters.py [new file with mode: 0644]