An open API service for providing issue and pull request metadata for open source projects.

GitHub / python-trio/flake8-async issues and pull requests

#390 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 29 days ago - 1 comment

#389 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] about 1 month ago - 1 comment

#388 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] about 2 months ago

#387 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] about 2 months ago

#386 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 2 months ago

#385 - start tagging releases again

Pull Request - State: closed - Opened by jakkdl 2 months ago - 2 comments

#384 - also check for kwargs in async115 and async116

Pull Request - State: closed - Opened by jakkdl 2 months ago

#383 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 2 months ago

#382 - ASYNC115 and ASYNC116 doesn't check for kwargs

Issue - State: closed - Opened by Zac-HD 2 months ago - 1 comment
Labels: rule improvement

#381 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 3 months ago

#380 - async102 & async120 no longer requires cancelscope to have a timeout

Pull Request - State: closed - Opened by jakkdl 3 months ago - 2 comments

#379 - add async400 exceptiongroup-invalid-access

Pull Request - State: closed - Opened by jakkdl 3 months ago - 1 comment

#378 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 3 months ago

#377 - fix async113 false alarms

Pull Request - State: closed - Opened by jakkdl 3 months ago - 2 comments

#376 - Async900 as safe channel

Pull Request - State: closed - Opened by jakkdl 3 months ago

#375 - stop testing flake8<7, remove now unneeded stub files

Pull Request - State: closed - Opened by jakkdl 3 months ago

#374 - add trio.as_safe_channel to async900 safe decorators

Pull Request - State: closed - Opened by jakkdl 3 months ago - 1 comment

#373 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 3 months ago

#372 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 3 months ago

#371 - handle multiple withitems checkpointing each other

Pull Request - State: closed - Opened by jakkdl 3 months ago

#370 - suggest `@as_safe_channel` in ASYNC900

Issue - State: closed - Opened by jakkdl 3 months ago

#369 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 4 months ago - 3 comments

#368 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 4 months ago

#367 - False positives due to incorrect `async with` semantics

Issue - State: closed - Opened by tim-becker 4 months ago - 1 comment

#366 - add ASYNC125 constant-absolute-deadline

Pull Request - State: closed - Opened by jakkdl 4 months ago

#365 - Warn on `finally: cancel_scope.cancel()`

Issue - State: open - Opened by Zac-HD 4 months ago - 4 comments
Labels: new rule, postponed

#364 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 4 months ago - 1 comment

#363 - Support structural pattern matching in ASYNC103,104 and 91X

Pull Request - State: closed - Opened by jakkdl 4 months ago - 2 comments

#362 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 4 months ago

#361 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 4 months ago

#360 - Warn on `for ex in group.exceptions:` - should usually use `group.split(...)` or `.subgroup(...)`

Issue - State: closed - Opened by Zac-HD 5 months ago - 2 comments
Labels: new rule

#359 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 5 months ago

#358 - add except* support to 102, 103, 104, 120, 910, 911 & 912

Pull Request - State: closed - Opened by jakkdl 5 months ago

#357 - drop flake8==6.x compatibility tests

Issue - State: closed - Opened by jakkdl 5 months ago
Labels: infrastructure

#356 - add coverage-conditional, rejig some config stuff

Pull Request - State: closed - Opened by jakkdl 5 months ago

#355 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 5 months ago

#354 - Maybe it's helpful to warn about `try` / `except` around `open_nursery`?

Issue - State: open - Opened by A5rocks 5 months ago - 2 comments
Labels: new rule

#353 - New rule: do not pass `deadline=<constant>` to `CancelScope()`, `move_on_at()`, or `fail_at()`

Issue - State: closed - Opened by Zac-HD 5 months ago - 1 comment
Labels: new rule

#352 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 5 months ago

#351 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 5 months ago

#350 - include common 3rd-party CM's with internal cancel scopes in ASYNC101

Issue - State: open - Opened by jakkdl 6 months ago
Labels: rule improvement

#349 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 6 months ago

#348 - Make flake8 an optional dependency

Pull Request - State: closed - Opened by jakkdl 6 months ago - 3 comments

#347 - workaround bug generating invalid metadata

Pull Request - State: closed - Opened by jakkdl 6 months ago - 1 comment

#346 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 6 months ago

#345 - Improve replacement

Pull Request - State: closed - Opened by jakkdl 6 months ago - 1 comment

#344 - make ASYNC912 and 913 care about cancel points, and ignore schedule points

Pull Request - State: closed - Opened by jakkdl 6 months ago - 1 comment

#343 - CI slow-test hypothesis fail: libcst fails to parse 𮯰

Issue - State: closed - Opened by jakkdl 6 months ago - 2 comments
Labels: infrastructure

#341 - bump various tools to use 3.13

Pull Request - State: closed - Opened by jakkdl 6 months ago

#340 - ASYNC913 should maybe catch `trio.open_nursery`

Issue - State: closed - Opened by A5rocks 6 months ago

#339 - Rule for async without await

Issue - State: open - Opened by ryanc-bs 6 months ago - 7 comments
Labels: enhancement

#338 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 6 months ago

#337 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 7 months ago

#336 - unpin codeautolink

Pull Request - State: closed - Opened by jakkdl 7 months ago

#335 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 7 months ago - 1 comment

#334 - Warn on ExceptionGroup subclass without `derive`

Issue - State: open - Opened by A5rocks 7 months ago - 1 comment
Labels: new rule

#333 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 7 months ago

#331 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 8 months ago

#330 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 8 months ago

#329 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 8 months ago

#328 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 8 months ago

#327 - ASYNC100 now treats start_soon() as a cancel point

Pull Request - State: closed - Opened by jakkdl 8 months ago - 1 comment

#325 - False alarm from recent `ASYNC100` change

Issue - State: closed - Opened by Zac-HD 8 months ago
Labels: bug

#324 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 8 months ago

#323 - fix crash. Make identifier_to_string less footgunny.

Pull Request - State: closed - Opened by jakkdl 8 months ago

#322 - New crash since 24.9.5

Issue - State: closed - Opened by Zac-HD 8 months ago
Labels: bug

#321 - improve changelog/release handling

Pull Request - State: closed - Opened by jakkdl 8 months ago - 4 comments
Labels: skip-release

#320 - New asyncio rule: ban asyncio.shield

Issue - State: open - Opened by jakkdl 8 months ago - 1 comment
Labels: enhancement, postponed

#319 - New asyncio rule: directly passing coroutine to `gather`, `shield`, `wait_for`, `wait`, or `as_completed`

Issue - State: open - Opened by jakkdl 8 months ago - 1 comment
Labels: enhancement, postponed

#318 - various fixes to config tests

Pull Request - State: closed - Opened by jakkdl 9 months ago

#317 - async100 now ignores trio.open_nursery and anyio.create_task_group

Pull Request - State: closed - Opened by jakkdl 9 months ago

#316 - async101 & async119 now respects transform-async-generator-decorators

Pull Request - State: closed - Opened by jakkdl 9 months ago - 3 comments

#315 - `transform-async-generator-decorators` should affect `ASYNC101` as well as `ASYNC900`

Issue - State: closed - Opened by Zac-HD 9 months ago
Labels: enhancement

#314 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 9 months ago

#313 - default no-checkpoint-warning-decorators

Issue - State: open - Opened by jakkdl 9 months ago
Labels: rule improvement

#312 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 9 months ago

#311 - Check for no-reraise-cancelled and cancelled-not-raised in `except*`

Issue - State: closed - Opened by Zac-HD 9 months ago - 1 comment
Labels: new rule

#310 - Various minor things

Issue - State: open - Opened by jakkdl 9 months ago
Labels: documentation, infrastructure, rule improvement

#309 - add async124 async-function-could-be-sync

Pull Request - State: open - Opened by jakkdl 9 months ago - 6 comments

#308 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 9 months ago

#307 - add async124 yield-in-asynccm-not-in-try

Pull Request - State: closed - Opened by jakkdl 9 months ago - 2 comments

#306 - 102 now also checks __aexit__

Pull Request - State: closed - Opened by jakkdl 9 months ago

#305 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 9 months ago

#303 - initial implementation of ASYNC123

Pull Request - State: closed - Opened by jakkdl 9 months ago

#302 - Warn if `except*` exceptions are stringified

Issue - State: open - Opened by Zac-HD 10 months ago
Labels: enhancement

#300 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 10 months ago

#299 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 10 months ago

#298 - New rule: raising ExceptionGroup child exception loses context/cause

Issue - State: closed - Opened by jakkdl 10 months ago - 11 comments

#297 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 10 months ago

#296 - fix assertionerror with infinite loop in context manager

Pull Request - State: closed - Opened by jakkdl 10 months ago

#294 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 10 months ago

#292 - add ASYNC122 delayed-entry-of-relative-cancelscope

Pull Request - State: closed - Opened by jakkdl 10 months ago - 1 comment

#291 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 11 months ago

#290 - move_on_after / fail_after not immediately entered

Issue - State: closed - Opened by jakkdl 11 months ago
Labels: enhancement