dlint-py / dlintLinks
Dlint is a tool for encouraging best coding practices and helping ensure Python code is secure.
☆171Updated last week
Alternatives and similar repositories for dlint
Users that are interested in dlint are comparing it to the libraries listed below
Sorting:
- Automated security testing using bandit and flake8.☆113Updated 2 years ago
- Rate your Python packages package friendliness☆227Updated 2 months ago
- Automatically remove unnecessary `# noqa` comments☆264Updated this week
- Check your wheels have the right contents☆167Updated last week
- dead simple python dead code detection☆391Updated this week
- Conditional coverage based on any rules you define!☆79Updated 11 months ago
- apply a consistent format to `setup.cfg` files☆155Updated last week
- flake8 plugin to validate #noqa comments - Mirror of https://gitlab.linss.com/open-source/flake8/flake8-noqa☆39Updated last year
- A Pip requirements file parser.☆138Updated 6 months ago
- Flake8 plugin to find commented out or dead code☆316Updated 8 months ago
- A coverage plugin to provide sensible default settings☆82Updated this week
- Generate waterfalls from `-Ximporttime` tracing.☆124Updated last week
- A collection of fast, cheap, regex based pre-commit hooks.☆240Updated last week
- A flake8 extension that implements misc. lints☆65Updated 2 years ago
- A type wrapper for the standard library `datetime` that supplies stricter checks, such as making 'datetime' not substitutable for 'date',…