mirror of https://github.com/astral-sh/ruff
[ty] Ignoring 'apprise' for ecosystem checks
This commit is contained in:
parent
f722bfa9e6
commit
abf676ea56
|
|
@ -12,7 +12,6 @@ alectryon
|
|||
alerta
|
||||
altair
|
||||
anyio
|
||||
apprise
|
||||
async-utils
|
||||
asynq
|
||||
attrs
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
This file lists mypy_primer projects that we do not to test on:
|
||||
|
||||
apprise:
|
||||
|
||||
This project has outdated (and completely wrong) stub files that
|
||||
frequently lead to very confusing errors (usually true positives).
|
||||
Evaluating ecosystem impact on this project is therefore irritating
|
||||
and usually not very helpful.
|
||||
|
||||
[1] https://github.com/caronc/apprise/issues/1211
|
||||
[2] https://github.com/caronc/apprise/blob/91faed0c6d22b49e7f31bc9dec1c8742f52a0aa3/apprise/config/base.pyi
|
||||
Loading…
Reference in New Issue