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.7
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.7.tar.gz
(5.5 kB
view details)
Built Distribution
File details
Details for the file cython_lint-0.1.7.tar.gz
.
File metadata
- Download URL: cython_lint-0.1.7.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 484fa4d0dfc27271c444e27fd75831a7606e108c4f5c941df4df249d3df0c67d |
|
MD5 | 9d787c9abc8d8debbc54857e8be8d986 |
|
BLAKE2b-256 | 1a14c65ee6098c747c8866bcc927ddff2eb8684016b32c34cb2c9775a08e6704 |
Provenance
File details
Details for the file cython_lint-0.1.7-py2.py3-none-any.whl
.
File metadata
- Download URL: cython_lint-0.1.7-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.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e19dc90a21628f669b376402857060eb3483c197ee57c6301f1174a4a0b59a95 |
|
MD5 | b4a2e780398253befeb96641df08f5e3 |
|
BLAKE2b-256 | 4fced81ccc3234b96fabbe6a7c2c3b2a781b0aa4f733f6df303bb186f1a01193 |