We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975beed commit c0bcb7fCopy full SHA for c0bcb7f
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changes
2
=======
3
4
+0.14.0 - 2024-05-16
5
+-------------------
6
+
7
+* Drop support for Python 3.7.
8
+* Add support for Python 3.12.
9
+* Ignore methods decorated by ``@typing.override``.
10
+* Perform case-sensitive ``ignore-names`` globbing on all platforms.
11
12
0.13.3 - 2022-12-19
13
-------------------
14
src/pep8ext_naming.py
@@ -9,7 +9,7 @@
from flake8 import style_guide
-__version__ = '0.13.3'
+__version__ = '0.14.0'
CLASS_METHODS = frozenset((
15
'__new__',
0 commit comments