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

GitHub

3 stars
3 watching
3 forks
Language: Python
last commit: about 1 month ago
Linked from 1 awesome list

flake8python

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
decafjoe/flake8-ownership Ensures Python source files specify author, copyright, and license information 5
jparise/flake8-assertive A Flake8 extension that enforces more specific and informative unittest assertions. 31
python-formate/flake8-encodings A tool to identify encoding issues in Python code 6
jbkahn/flake8-print A plugin to check Python print statements for coding style and errors 121
adamchainz/flake8-logging A Flake8 plugin that checks for issues related to logging in Python code 79
tlocke/flake8-alphabetize Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. 16
python-formate/flake8-dunder-all Ensures Python modules have defined the 'all' variable to specify all imported symbols. 7
best-doctor/flake8-annotations-coverage Reports on files with low type annotations in Python code 34
xzise/flake8-future-import Checks Python code for compatibility with future imports. 18
best-doctor/flake8-variables-names An extension for flake8 that enforces more readable variable names. 55
savoirfairelinux/flake8-copyright Automatically checks Python files for copyright notices 15
schlamar/flake8-todo A Flake8 plugin that checks for TODO notes in Python code. 30
python-formate/flake8-slots Requires slots to be defined for subclasses of immutable types in Python 3
best-doctor/flake8-annotations-complexity Tools to help write clear and maintainable Python code with type annotations 46
afonasev/flake8-return Tool to check return values in Python functions 62