issues Search Results · repo:python-trio/flake8-async language:Python
Filter by
125 results
(135 ms)125 results
inpython-trio/flake8-async (press backspace or delete to remove)https://github.com/python-trio/trio/pull/3197 and async900 should also consider generators marked with the decorator as
safe
jakkdl
- Opened on Apr 17
- #370
flake8-async seems to generally handle async with statements with multiple items incorrectly.
Below is an example demonstrating a false positive detection of ASYNC100, but this surely affects many other ...
tim-becker
- 1
- Opened on Apr 3
- #367
Like async102 and async120, this is to address the concerns discussed in https://github.com/python-trio/trio/issues/455.
(also: should the rules docs link there?)
with CancelScope() as scope:
try: ...
new rule
postponed
Zac-HD
- 4
- Opened on Apr 1
- #365
This is a common pattern ([github
search](https://github.com/search?q=%2Ffor+.%2B+in+e.*%5C.exceptions%3A%2F+language%3APython type=code)), but falls into
one of two common categories:
1. implementing ...
new rule
Zac-HD
- 2
- Opened on Mar 13
- #360
flake8==7.0 was released january 2024, so we can likely drop tests for 7. I don t think we have any custom code for
compatibility, but typings/flake8/options/manager.pyi should be updated for 5
infrastructure
jakkdl
- Opened on Mar 4
- #357
I m not sure this is a common mistake, but now that strict exception groups are a thing try/except around either
trio.open_nursery ~or trio.run~ is never going to happen. (except maybe cancellation? I ...
new rule
A5rocks
- 2
- Opened on Feb 28
- #354
These functions (docs) take a deadline= argument, which is defined relative to the current clock. That in turn means
that there s never a good reason to pass a constant, but it s pretty easy to write nonsense ...
new rule
Zac-HD
- 1
- Opened on Feb 28
- #353
Motivated by https://github.com/python-trio/pytest-trio/issues/148
given that we already have special handling of httpx elsewhere we should probably support it here. There s probably some
other packages ...
rule improvement
jakkdl
- Opened on Feb 14
- #350
I got a failing test case in
https://github.com/python-trio/flake8-async/actions/runs/13008484527/job/36280611992#step:5:68 and opened
https://github.com/Instagram/LibCST/issues/1288
Idk if/when libcst ...
infrastructure
jakkdl
- 2
- Opened on Jan 28
- #343

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.