A flake8 plugin that checks Python files for copyright notices in their header comments. Version 0.2.4; stable but low activity.
pip install flake8-copyrightVerified import paths — ran on the pinned version, not inferred.
Configure flake8-copyright in .flake8 and run flake8.
Install flake8: pip install flake8
Use a regex that starts matching from the first line, e.g., Copyright \d{4} MyCompanySet copyright-min-file-size = 0 to check all files.
No dependency data recorded yet.