flake8-ownership
License checker
Ensures Python source files specify author, copyright, and license information
A flake8 checker for assuring that author, copyright, and license are specified in source files.
5 stars
2 watching
0 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
savoirfairelinux/flake8-copyright | Automatically checks Python files for copyright notices | 15 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
pycqa/flake8-docstrings | Tools to improve Python documentation quality and consistency | 154 |
python-formate/flake8-dunder-all | Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
xuhdev/flake8-executable | Ensures executable permissions and shebangs are correctly set in Python files. | 18 |
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |
tlocke/flake8-alphabetize | Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
orsinium-labs/flake8-pylint | An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
johnfraney/flake8-markdown | A tool that checks Python code blocks in Markdown files for errors and syntax issues. | 23 |
rocioar/flake8-django | A plugin to enforce Django-specific coding standards and best practices during code reviews. | 180 |
adamchainz/flake8-logging | A Flake8 plugin that checks for issues related to logging in Python code | 79 |
flake8-docs/flake8-rst | Tool to run flake8 checks on code snippets in docstrings or RST files. | 22 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |