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.0
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
).
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.0.tar.gz
(4.7 kB
view hashes)
Built Distribution
Close
Hashes for cython_lint-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1211ef1002f5afad39bb458e3d1c91916ee33b5a3cde1bed2e975ae33ba638eb |
|
MD5 | 3fe63c3132d2d0469e60fec44412d5c4 |
|
BLAKE2b-256 | 0aa4f4508cd1164294a7a3cee8a6d7f18ef0f3918bd1bd86c28a2098140edcf5 |