We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1716c9 commit 22f8315Copy full SHA for 22f8315
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changes
2
3
+## 0.8.1 (11th January 2024)
4
+
5
+* Don't recommend `__all__` be a tuple by @tonybaloney in https://github.com/tonybaloney/perflint/pull/49
6
+* Add clarity to the try in a loop rule by @tonybaloney in https://github.com/tonybaloney/perflint/pull/48
7
8
## 0.8.0 (10th January 2024)
9
10
* fix: pre-commit configuration filename by @adamantike in https://github.com/tonybaloney/perflint/pull/32
perflint/__init__.py
@@ -8,7 +8,7 @@
if TYPE_CHECKING:
from pylint.lint import PyLinter
11
-__version__ = "0.8.0"
+__version__ = "0.8.1"
12
13
14
def register(linter: "PyLinter") -> None:
0 commit comments