Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/python-trio/flake8-async

Highly opinionated linter for Trio code
https://github.com/python-trio/flake8-async

[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 7 days ago
unpin codeautolink

jakkdl opened this pull request 8 days ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 14 days ago
Warn on ExceptionGroup subclass without `derive`

A5rocks opened this issue 22 days ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 28 days ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request about 1 month ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request about 1 month ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request about 2 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request about 2 months ago
ASYNC100 now treats start_soon() as a cancel point

jakkdl opened this pull request 2 months ago
False alarm from recent `ASYNC100` change

Zac-HD opened this issue 2 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 2 months ago
fix crash. Make identifier_to_string less footgunny.

jakkdl opened this pull request 2 months ago
New crash since 24.9.5

Zac-HD opened this issue 2 months ago
improve changelog/release handling

jakkdl opened this pull request 2 months ago
New asyncio rule: ban asyncio.shield

jakkdl opened this issue 2 months ago
various fixes to config tests

jakkdl opened this pull request 2 months ago
async100 now ignores trio.open_nursery and anyio.create_task_group

jakkdl opened this pull request 2 months ago
async101 & async119 now respects transform-async-generator-decorators

jakkdl opened this pull request 2 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 2 months ago
default no-checkpoint-warning-decorators

jakkdl opened this issue 2 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 3 months ago
Various minor things

jakkdl opened this issue 3 months ago
add async124 async-function-could-be-sync

jakkdl opened this pull request 3 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 3 months ago
add async124 yield-in-asynccm-not-in-try

jakkdl opened this pull request 3 months ago
102 now also checks __aexit__

jakkdl opened this pull request 3 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 3 months ago
initial implementation of ASYNC123

jakkdl opened this pull request 3 months ago
Warn if `except*` exceptions are stringified

Zac-HD opened this issue 3 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 3 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 3 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 4 months ago
fix assertionerror with infinite loop in context manager

jakkdl opened this pull request 4 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 4 months ago
add ASYNC122 delayed-entry-of-relative-cancelscope

jakkdl opened this pull request 4 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 4 months ago
move_on_after / fail_after not immediately entered

jakkdl opened this issue 4 months ago
fix various issues with ASYNC102

jakkdl opened this pull request 4 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 4 months ago
ASYNC113 & ASYNC121 false alarm with nested sync functions

jakkdl opened this pull request 4 months ago
`ASYNC121` false alarm in nested async function definition

Zac-HD opened this issue 5 months ago
Rst linting

jakkdl opened this pull request 5 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 5 months ago
add async121 control-flow-in-taskgroup

jakkdl opened this pull request 5 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 5 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 5 months ago
Add config option for async900 decorators

Zac-HD opened this pull request 6 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 6 months ago
Allow user-configured decorator names to disable `ASYNC900`

Zac-HD opened this issue 6 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 6 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 6 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 6 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 7 months ago
ASYNC120: unintuitive error message

richardsheridan opened this issue 7 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 7 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 7 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 7 months ago
run compile() on eval_files

jakkdl opened this issue 7 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 7 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 8 months ago
add async120, await-in-except

jakkdl opened this pull request 8 months ago
various small fixes

jakkdl opened this pull request 8 months ago
reduce false alarms for ASYNC113

jakkdl opened this issue 8 months ago
Add lint error for _any_ `except` block that might raise

Zac-HD opened this issue 8 months ago
select/ignore/enable/disable is a mess

jakkdl opened this issue 8 months ago
make async913 disabled by default

jakkdl opened this pull request 8 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 8 months ago
add ASYNC300 create-task-no-reference

jakkdl opened this pull request 8 months ago
add --exception-suppress-context-manager

jakkdl opened this pull request 8 months ago
New rule: async function with no `await` could be sync

jakkdl opened this issue 8 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 8 months ago
add codeautolink

jakkdl opened this pull request 8 months ago
add intersphinx, and modify a few blurbs to make use of it

jakkdl opened this pull request 8 months ago
Rules documentation improvements

jakkdl opened this pull request 8 months ago
fix doc bullet list

jakkdl opened this pull request 8 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 8 months ago
Transition from readme to actually using sphinx docs

jakkdl opened this pull request 8 months ago
add asyncio/anyio taskgroup support to ASYNC101

jakkdl opened this pull request 8 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 9 months ago
ASYNC912: timeout/cancelscope with only conditional checkpoints

jakkdl opened this pull request 9 months ago
New rule: no guaranteed checkpoint in infinite loop

jakkdl opened this issue 9 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 9 months ago
add async119: yield in contextmanager in async generator

jakkdl opened this pull request 9 months ago