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.6
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.6.tar.gz
(5.5 kB
view details)
Built Distribution
File details
Details for the file cython_lint-0.1.6.tar.gz
.
File metadata
- Download URL: cython_lint-0.1.6.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c7711e998ba9cf48a0a36de0d877bfbf9bede878bca65520b1ff01e75a3ab3f |
|
MD5 | d3c4fb1fc37aeb6dd12f3ff33cb5e8bc |
|
BLAKE2b-256 | 3b74bb89e20acda500144c666c8ee23ecdfa40557af11baeda82a79281ad0f4b |
File details
Details for the file cython_lint-0.1.6-py2.py3-none-any.whl
.
File metadata
- Download URL: cython_lint-0.1.6-py2.py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c05843075d9e445cf9eb9468c2a883396d548d1ce64efe6c6527134fc85e62b2 |
|
MD5 | 8f94a74066c732d1676aeae7b52d5a60 |
|
BLAKE2b-256 | 1533e2e49526b472314a251e96457eb12d9ab8afe02bfc36b212416d9b603188 |