flake8-author
Author checker
Checks Python modules for author attributes and enforces configuration rules around their usage.
Flake8 extension that checks Python modules for author attributes
3 stars
3 watching
3 forks
Language: Python
last commit: 4 months ago
Linked from 1 awesome list
flake8python
Related projects:
Repository | Description | Stars |
---|---|---|
| Ensures Python source files specify author, copyright, and license information | 5 |
| A Flake8 extension that enforces more specific and informative unittest assertions. | 31 |
| A tool to identify encoding issues in Python code | 6 |
| A plugin to check Python print statements for coding style and errors | 121 |
| A Flake8 plugin that checks for issues related to logging in Python code | 79 |
| Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
| Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
| Reports on files with low type annotations in Python code | 34 |
| Checks Python code for compatibility with future imports. | 18 |
| An extension for flake8 that enforces more readable variable names. | 55 |
| Automatically checks Python files for copyright notices | 15 |
| A Flake8 plugin that checks for TODO notes in Python code. | 30 |
| Requires slots to be defined for subclasses of immutable types in Python | 3 |
| Tools to help write clear and maintainable Python code with type annotations | 46 |
| Tool to check return values in Python functions | 62 |