Update dependency pep8-naming to ^0.12.0 || ^0.14.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
pep8-naming (changelog) | dev | minor |
^0.12.0 -> ^0.12.0 || ^0.14.0
|
Release Notes
PyCQA/pep8-naming (pep8-naming)
v0.14.1
- Require Python 3.8 or later.
v0.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.
v0.13.3
- Formally require flake8 5.0.0 or later.
- Add support for Python 3.11.
v0.13.2
- Formally require Python 3.7 or later using
python_requires
.
v0.13.1
- Fix warnings related to deprecated options syntax.
v0.13.0
-
Python 3.7 or later is now required.
-
setUpModule
andtearDownModule
are now exempted by default.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.