Skip to main content

A linter for Cython files

Project description

Build Status Coverage pre-commit.ci status

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.6.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

The following configuration options are available:

  • exclude lines by including a # no-cython-lint comment (analogous to # noqa in flake8);
  • use the command-line argument --max-line-length to control the maximum line length used by pycodestyle;
  • use the command-line argument --no-pycodestyle if you don't want the pycodestyle checks.

Which checks are implemented?

  • variable defined but unused
  • variable imported but unused
  • comma after base type definition (e.g. cdef ndarray, arr)
  • f-string without placeholders
  • dict key repeated
  • dict key variable repeated
  • if-statement with tuple condition (always true...)
  • assert statement with tuple condition (always true...)
  • dangerous default value
  • pycodestyle nitpicks, which you can turn off with --no-pycodestyle

More to come! Requests welcome!

Project details


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.6.4.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

cython_lint-0.6.4-py2.py3-none-any.whl (8.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file cython_lint-0.6.4.tar.gz.

File metadata

  • Download URL: cython_lint-0.6.4.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for cython_lint-0.6.4.tar.gz
Algorithm Hash digest
SHA256 e7fd32170c1de34de52bc5cf3a64f9883c381f900993ec4db64c5500fc7be562
MD5 06a1d58f63716c6d861f47af5b304015
BLAKE2b-256 d90ea98d112ad88b05fc2a34583b3854006ccad8f77fa601dad9e63603d40573

See more details on using hashes here.

Provenance

File details

Details for the file cython_lint-0.6.4-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for cython_lint-0.6.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 368638954706452be3a5d80b9ba48d64164430dea7bd3f74fdd6c7df40dc7ea2
MD5 fd70ab0072863a4e9e660dce6273f7a8
BLAKE2b-256 bed558e97958fc83fb1a5027353c7afe88559b162b33e5564c1f7ed41a676b6e

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page