dlint
Code analyzer
Tools to encourage best coding practices and ensure Python code security through static analysis
Dlint is a tool for encouraging best coding practices and helping ensure Python code is secure.
164 stars
2 watching
15 forks
Language: Python
last commit: 24 days ago
Linked from 1 awesome list
dlintflake8linterpythonsecuritystatic-analysis
Related projects:
Repository | Description | Stars |
---|---|---|
xen0l/dlint-check | Runs a security linter on Python code to detect vulnerabilities and enforce best practices. | 3 |
oca/pylint-odoo | Enforces coding standards and detects potential issues in Python code used in Odoo modules. | 143 |
orsinium-labs/flake8-warnings | Lints Python code to detect deprecated modules and functions. | 12 |
orsinium-labs/flake8-pylint | An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
klen/pylama | Automates code quality checks for Python programs | 1,050 |
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
s-weigand/flake8-nb | A tool to check Python code quality in Jupyter notebooks. | 28 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
tylerwince/flake8-bandit | Automated security testing tool | 111 |
takishima/flake8-secure-coding-standard | Enforces secure coding standards in Python | 5 |
orsinium-labs/flake8-todos | Tools to check and enforce TODO comments in Python code | 27 |
carstencodes/pdm-audit | A tool to inspect and audit the packages installed by a package manager | 4 |
cycodelabs/raven | Analyzes potential security vulnerabilities in Continuous Integration/Continuous Deployment workflows and repositories. | 625 |
wireghoul/graudit | A tool to identify potential security flaws in source code using static analysis and regular expressions. | 1,538 |
best-doctor/flake8-functions | Enforces code standards for Python functions | 50 |