Skip to content

python-trio/flake8-async

Folders and files

NameName
Last commit message
Last commit date
Feb 7, 2025
Apr 2, 2025
Apr 2, 2025
Apr 2, 2025
Feb 13, 2024
Nov 24, 2022
May 26, 2023
Apr 7, 2025
Feb 26, 2024
May 16, 2024
May 14, 2024
May 14, 2024
Nov 24, 2022
Nov 24, 2022
May 22, 2024
Mar 4, 2025
Feb 22, 2024
Feb 7, 2025
Mar 4, 2025

Repository files navigation

Documentation Latest PyPi version pre-commit.ci status Test coverage Checked with pyright

flake8-async

A highly opinionated flake8 plugin for problems related to Trio, AnyIO, or asyncio.

This can include anything from outright bugs, to pointless/dead code, to likely performance issues, to minor points of idiom that might signal a misunderstanding.

It may well be too noisy for anyone with different opinions, that's OK.

Pairs well with flake8-bugbear.

Some checks are incorporated into ruff.

This plugin was previously known as flake8-trio, and there was a separate small plugin known as flake8-async for asyncio. But this plugin was a superset of the checks in flake8-async, and support for anyio was added, so it's now named flake8-async to more properly convey its usage. At the same time all error codes were renamed from TRIOxxx to ASYNCxxx, as was previously used by the old flake8-async.

Rules

https://flake8-async.readthedocs.io/en/latest/rules.html