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.5
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.5.tar.gz
(5.4 kB
view details)
Built Distribution
File details
Details for the file cython_lint-0.1.5.tar.gz
.
File metadata
- Download URL: cython_lint-0.1.5.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c41c0a486e862e8f266c230324ccb4f2076805b52d642e38e8defe7bfc5ba01a |
|
MD5 | 92ab972dc869ff4fe6434c2c61ca18d3 |
|
BLAKE2b-256 | 5f25f13978272d5afffd8531870cc9624af9083dbf6aae363eb8267315be213e |
Provenance
File details
Details for the file cython_lint-0.1.5-py2.py3-none-any.whl
.
File metadata
- Download URL: cython_lint-0.1.5-py2.py3-none-any.whl
- Upload date:
- Size: 5.7 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 | 9fb2fd2b401c80b91f11c0a4eabfa25de915c885169f3a84d481f5d14ccc7c68 |
|
MD5 | 23fc8e28f3035d6a4a26b6928d2bdcc5 |
|
BLAKE2b-256 | add842cbf78039b68c91dc9916ac3258e233f31b0be7e561d1cac9c600326fbf |