We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0786f9d commit a900cffCopy full SHA for a900cff
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Changelog
2
*[CalVer, YY.month.patch](https://calver.org/)*
3
4
+## 22.11.1
5
+- TRIO102 is no longer skipped in (async) context managers, since it's not a missing-checkpoint warning.
6
+
7
## 22.9.2
8
- Fix a crash on nontrivial decorator expressions (calls, PEP-614) and document behavior.
9
flake8_trio.py
@@ -29,7 +29,7 @@
29
from flake8.options.manager import OptionManager
30
31
# CalVer: YY.month.patch, e.g. first release of July 2022 == "22.7.1"
32
-__version__ = "22.9.2"
+__version__ = "22.11.1"
33
34
35
Error_codes = {
0 commit comments