Skip to content

Tags: python-trio/flake8-async

Tags

25.5.3

Toggle 25.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
also check for kwargs in async115 and async116 (#384)

* also check for kwargs in async115 and async116

25.5.2

Toggle 25.5.2's commit message

Verified

This commit was signed with the committer’s verified signature.
jakkdl John Litborn
start tagging releases again

24.11.4

Toggle 24.11.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ASYNC100 now treats start_soon() as a cancel point (#327)

* ASYNC100 now treats start_soon() as a cancel point

* oh derp, visitor91x is a CST visitor

* start_soon now makes open_nursery a cancel point on exit

24.11.3

Toggle 24.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert the changes to Visitor91x in "async100 now ignores trio.open_n… (

#326)

* Revert the changes to Visitor91x in "async100 now ignores trio.open_nursery and anyio.create_task_group (#317)"

This partially reverts commit 7a45176.

24.11.2

Toggle 24.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix crash. Make identifier_to_string less footgunny. (#323)

* fix crash. Make identifier_to_string less footgunny.

* add changelog & bump version. Fix incorrect changelog placement.

24.11.1

Toggle 24.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
async100 now ignores trio.open_nursery and anyio.create_task_group (#317

)

* async100 now ignores trio.open_nursery and anyio.create_task_group

* don't crash on weird 'with' call

* add more documentation. fix bad formatting for 24.9.3 in changelog

* tweak docs

* fix cross-refs

---------

Co-authored-by: Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>

24.10.2

Toggle 24.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
102 now also checks __aexit__ (#306)

* 102 now also checks __aexit__

24.10.1

Toggle 24.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
initial implementation of ASYNC123 (#303)

* initial implementation of ASYNC123

* add docs, version

* fix code coverage

* split out py311+-specific async123 test code to not crash CI runs on previous python versions

* Update docs/rules.rst

Co-authored-by: Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>

* Update docs/rules.rst

---------

Co-authored-by: Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>

24.9.5

Toggle 24.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix assertionerror with infinite loop in context manager (#296)

24.9.4

Toggle 24.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add ASYNC122 delayed-entry-of-relative-cancelscope (#292)