cython-lint – lint Cython files

cython-lint is a tool and pre-commit hook to lint Cython files.

This is free and open source software.

Makes the following checks:

  • assert statement with tuple condition (always true…).
  • comma after base type definition (e.g. cdef ndarray, arr).
  • comparison between constants.
  • dangerous default value.
  • dict key repeated.
  • dict key variable repeated.
  • f-string without placeholders.
  • if-statement with tuple condition (always true…).
  • late-binding closures https://docs.python-guide.org/writing/gotchas/#late-binding-closures.
  • pointless string statement.
  • pycodestyle nitpicks (which you can turn off with --no-pycodestyle).
  • repeated element in set.
  • .strip, .rstrip, or .lstrip used with repeated characters.
  • unnecessary list index lookup.
  • unnecessary import alias.
  • variable defined but unused.
  • variable imported but unused.

Website: github.com/MarcoGorelli/cython-lint
Support:
Developer: Marco Gorelli
License: MIT License

Pylama is written in Python. Learn Python with our recommended free books and free tutorials.


Related Software

Python Linters
RuffExtremely fast Python linter and code formatter
tyFast Python type checker
MypyStatic type checker for Python
BanditFind security issues in Python code
PylintStatic code analyser
wemake-python-styleguideFlake8 plugin
pycodestyleCheck Python code against style conventions in PEP 8
PyflakesChecks Python source files for errors
VultureFind dead code
PyreflyFast type checker and language server
Flake8Wrapper around PyFlakes and pycodestyle
BeartypeNear-real-time hybrid runtime-static type-checker
RadonComputes various metrics from Python code
PyrightFull-featured, standards-compliant static type checker
cython-lintLint Cython files
basedpyrightFork of pyright
RefurbModernize Python codebases
PylamaCode audit tool for Python
ProspectorBrings together the functionality of other Python analysis tools
deptryCheck for dependency issues
FixitHighly configurable linting framework
PyromaRates how well a Python project compiles
pydoclintPython docstring linter
YALAYet Another Linter Aggregator

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our carefully curated directory of recommended free and open source software, covering every major software category.

The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more.

Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form.
Subscribe

Please read our Comment Policy before commenting.

Notify of
guest
0 Comments
Oldest
Newest Most Voted