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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cython_lint-0.1.0.tar.gz.
File metadata
- Download URL: cython_lint-0.1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16ef7b9642a2b507099b4f78ed7e95014034e5bdbc5d1736b42567f5f272f446
|
|
| MD5 |
48952e55dc5780d211e3c30b3791f05a
|
|
| BLAKE2b-256 |
2e171fd87f63db13a42aaecf32adfacc60ea19e28c3166601077d4546b2f3e59
|
File details
Details for the file cython_lint-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: cython_lint-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.0 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 |
1211ef1002f5afad39bb458e3d1c91916ee33b5a3cde1bed2e975ae33ba638eb
|
|
| MD5 |
3fe63c3132d2d0469e60fec44412d5c4
|
|
| BLAKE2b-256 |
0aa4f4508cd1164294a7a3cee8a6d7f18ef0f3918bd1bd86c28a2098140edcf5
|