* Extend message with “Add an ``__init__.py``?” to hint how to fix the issue.
2.1.0
------------------
* Drop Python 3.6 support.
2.0.0
------------------
* Remove the “first logical line” behaviour, which is fragile. Flake8’s ``per-file-ignores`` option provides an alternative for files with shebangs. The README provides more detail.
* Remove upper bound on Flake8 version.
1.2.0
------------------
* Support Flake8 4.
1.1.1
------------------
* Avoid checking the AST to determine the error line number.
1.1.0
------------------
* Support Python 3.10.
* Stop distributing tests to reduce package size. Tests are not intended to be run outside of the tox setup in the repository. Repackagers can use GitHub's tarballs per tag.