We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c83095 commit 77b5e96Copy full SHA for 77b5e96
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.15.1 - 2025-05-05
5
+-------------------
6
+
7
+* N808 now allows type variable names to start with an underscore.
8
9
0.15.0 - 2025-04-29
10
-------------------
11
src/pep8ext_naming.py
@@ -10,7 +10,7 @@
from flake8 import style_guide
12
13
-__version__ = '0.15.0'
+__version__ = '0.15.1'
14
15
CLASS_METHODS = frozenset((
16
'__new__',
0 commit comments