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 |
---|---|---|
| Automatically checks Python files for copyright notices | 15 |
| Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
| A tool to identify encoding issues in Python code | 6 |
| Tools to improve Python documentation quality and consistency | 155 |
| Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
| Ensures correct executable permissions and shebangs in Python files | 18 |
| Tools to inspect error codes in Python code for linting and quality assurance | 14 |
| A plugin to check Python print statements for coding style and errors | 121 |
| Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
| An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
| Checks Python code in Markdown files for errors and syntax issues | 23 |
| A plugin to enforce Django-specific coding standards and best practices during code reviews. | 180 |
| A Flake8 plugin that checks for issues related to logging in Python code | 79 |
| Tool to run flake8 checks on code snippets in docstrings or RST files. | 22 |
| A Flake8 plugin that checks for TODO notes in Python code. | 30 |