Skip to content

Commit 4b5ca83

Browse files
committed
Release v 22.12.5
Happy new year!
1 parent 115eb5e commit 4b5ca83

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
*[CalVer, YY.month.patch](https://calver.org/)*
33

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+
48
## 22.12.4
59
- TRIO200 no longer warns on directly awaited calls
610

flake8_trio.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from flake8.options.manager import OptionManager
2323

2424
# CalVer: YY.month.patch, e.g. first release of July 2022 == "22.7.1"
25-
__version__ = "22.12.4"
25+
__version__ = "22.12.5"
2626

2727

2828
class Statement(NamedTuple):

0 commit comments

Comments
 (0)