flake8-copyright
Copyright scanner
Automatically checks Python files for copyright notices
Adds copyright checks to flake8
15 stars
8 watching
15 forks
Language: Python
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
decafjoe/flake8-ownership | Ensures Python source files specify author, copyright, and license information | 5 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |
pycqa/flake8-docstrings | Tools to improve Python documentation quality and consistency | 154 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
flake8-docs/flake8-rst | Tool to run flake8 checks on code snippets in docstrings or RST files. | 22 |
lordmauve/flake8-html | Generates HTML reports of flake8 violations | 51 |
pycqa/flake8-bugbear | A plugin that extends flake8 to detect design problems and likely bugs in Python code. | 1,066 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
rocioar/flake8-django | A plugin to enforce Django-specific coding standards and best practices during code reviews. | 180 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
tylerwince/flake8-bandit | Automated security testing tool | 111 |
adamchainz/flake8-logging | A Flake8 plugin that checks for issues related to logging in Python code | 79 |
xzise/flake8-future-import | Checks Python code for compatibility with future imports. | 18 |