Releases: PyCQA/pep8-naming
Releases Β· PyCQA/pep8-naming
0.15.1
- N808 now allows type variable names to start with an underscore.
0.15.0
- Add support for Python 3.13.
- Drop support for Python 3.8.
- N808 checks type variable names use the CapWords convention and have an appropriate suffix.
0.14.1
- Require Python 3.8 or later.
0.14.0
- Drop support for Python 3.7.
- Add support for Python 3.12.
- Ignore methods decorated by
@typing.override
.
- Perform case-sensitive
ignore-names
globbing on all platforms.
0.13.3
- Formally require flake8 5.0.0 or later.
- Add support for Python 3.11.