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.4
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.4.tar.gz
(5.3 kB
view details)
Built Distribution
File details
Details for the file cython_lint-0.1.4.tar.gz
.
File metadata
- Download URL: cython_lint-0.1.4.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a84c166926a42e3869ae1db1dc4c8e3cd58f74a3809f812818cf03cd23d91bd6 |
|
MD5 | 974ab4c5ce47299256b602011fd10671 |
|
BLAKE2b-256 | 37830d4f4f526d45ade5f2668e12a0cfe13d83e6b143bdc0551698929b850cf9 |
Provenance
File details
Details for the file cython_lint-0.1.4-py2.py3-none-any.whl
.
File metadata
- Download URL: cython_lint-0.1.4-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 | 79b41ab0b6b3a4db4291e9e47fc09b3d97633059c71c12d4b36f38e3e7e8aa8a |
|
MD5 | 6f4cd33f2e798a2aa5d70953293f3740 |
|
BLAKE2b-256 | 389e96d70eb4f720743168160a06e6c8a7e25a9177c425998fdc0987cbed22c8 |