We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 040b443 + 8c5068b commit 0a9e54fCopy full SHA for 0a9e54f
README.rst
@@ -80,6 +80,10 @@ This plugin is using the following error codes:
80
Changes
81
-------
82
83
+0.1.6 - 2023-10-03
84
+``````````````````
85
+* fix in options parser for flake8 > 6.0
86
+
87
0.1.5 - 2021-03-21
88
``````````````````
89
* minor refactoring and doc improvement
flake8_test_name.py
@@ -6,7 +6,7 @@
6
from typing import Callable, Optional
7
8
# metadata
9
-__version__ = "0.1.5"
+__version__ = "0.1.6"
10
11
CODE_PREFIX = "TN"
12
0 commit comments