flake8-secure-coding-standard
Secure Coding Standards
Enforces secure coding standards in Python
Flake8 plugin to enforce some secure coding standards for Python.
5 stars
3 watching
2 forks
Language: Python
last commit: 10 days ago
Linked from 1 awesome list
flake8flake8-pluginpython
Related projects:
Repository | Description | Stars |
---|---|---|
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
mobility-university/flake8-newspaper-style | Enforces a standardized coding style in Python similar to newspaper article structure | 12 |
best-doctor/flake8-functions | Enforces code standards for Python functions | 50 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
sfstpala/flake8-import-style | Ensures explicit module imports in Python code to maintain quality and readability. | 3 |
tk0miya/flake8-coding | A plugin that checks coding comments in Python code for correctness and compliance with coding standards | 15 |
datatheorem/flake8-alfred | A plugin for flake8 to flag unsafe/obsolete symbols in Python code | 36 |
pycqa/flake8-commas | Enforces trailing commas in Python code to avoid merge conflicts and improve readability. | 131 |
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
jamescooke/flake8-aaa | A Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests | 70 |
martinthoma/flake8-simplify | A plugin that simplifies Python code by removing unnecessary complexity and suggesting better alternatives | 186 |
pycqa/flake8-bugbear | A plugin that extends flake8 to detect design problems and likely bugs in Python code. | 1,066 |
pgjones/flake8-sql | A Flake8 plugin for enforcing SQL coding standards. | 26 |
afonasev/flake8-return | Tool to check return values in Python functions | 62 |
queensferryme/flake8-too-many | A flake8 plugin that prevents excessive bad code in Python | 4 |