]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
python: add cython-lint configuration file
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Mon, 10 Jul 2023 04:43:47 +0000 (10:13 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 12 Jul 2023 18:57:31 +0000 (12:57 -0600)
commit8c1c274893d5be8ed185b55a2577cd43ca16f659
treede29de7941644e453990795d18fc934b9d95cad3
parentaff4a21b8f38a6602b5986740c1301f5835b8f9c
python: add cython-lint configuration file

Add configuration for cython-lint, to ignore errors such as:
- Allowed length of line to be 100
- Ignore error code 'E128' continuation line under-indented for visual
  indent

Cython-lint is available https://github.com/MarcoGorelli/cython-lint,
expects the file name to be pyproject.toml

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
src/python/pyproject.toml [new file with mode: 0644]