We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115eb5e commit 4b5ca83Copy full SHA for 4b5ca83
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
*[CalVer, YY.month.patch](https://calver.org/)*
3
4
+## 22.12.5
5
+- The `--startable-in-context-manager` and `--trio200-blocking-calls` options now handle spaces and newlines.
6
+- Now compatible with [flake8-noqa](https://pypi.org/project/flake8-noqa/)'s NQA102 and NQA103 checks.
7
+
8
## 22.12.4
9
- TRIO200 no longer warns on directly awaited calls
10
flake8_trio.py
@@ -22,7 +22,7 @@
22
from flake8.options.manager import OptionManager
23
24
# CalVer: YY.month.patch, e.g. first release of July 2022 == "22.7.1"
25
-__version__ = "22.12.4"
+__version__ = "22.12.5"
26
27
28
class Statement(NamedTuple):
0 commit comments