A linter for Cython files
Project description
cython-lint
A tool and pre-commit hook to lint Cython files.
Installation
$ pip install cython-lint
Usage as a pre-commit hook
See pre-commit for instructions
Sample .pre-commit-config.yaml
:
- repo: https://github.com/MarcoGorelli/cython-lint
rev: v0.1.3
hooks:
- id: cython-lint
Command-line example
$ cython-lint my_file_1.pyx my_file_2.pyx
my_file_1.pyx:54:5: 'get_conversion_factor' imported but unused
my_file_2.pyx:1112:38: 'mod' defined but unused
Configuration
Exclude lines by include a # no-cython-lint
comment (analogous to # noqa
in flake8
).
Currently, the following checks are implemented:
- variable defined but unused
- variable imported but unused
More to come! Requests welcome!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cython_lint-0.1.3.tar.gz
(5.1 kB
view hashes)
Built Distribution
Close
Hashes for cython_lint-0.1.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0656df6543d31f31c6b342f01080178a0ab8515e861888d5c0df8f3c913d25fb |
|
MD5 | 2ff0cbaf8bc4357047884c69521e7e93 |
|
BLAKE2b-256 | e10c7eadb550188edebf738b9a085b3833b664d37130b80c704fcc60616bef23 |