Ecosystem report

Old: main (merge base) da7b9589 New: 24325/merge 2f2dd7f9
Lint Rule Removed Added Changed
Total 1 41 8
invalid-await 0 40 0
escape-character-in-forward-annotation 0 0 7
invalid-argument-type 1 0 0
invalid-return-type 0 1 0
invalid-type-form 0 0 1
Project Removed Added Changed
Total 1 41 8
prefect flaky 0 41 0
jinja 0 0 4
spack 0 0 3
egglog-python 1 0 0
sympy 0 0 1
scikit-build-core flaky 0 0 0

egglog-python (https://github.com/egraphs-good/egglog-python)

python/egglog/exp/array_api.py

[error] invalid-argument-type - Argument to function `multiset_flat_map` is incorrect: Expected `(MultiSet[Value], /) -> MultiSet[MultiSet[Value]]`, found `UnstableFn`

jinja (https://github.com/pallets/jinja)

src/jinja2/defaults.py

[error] escape-character-in-forward-annotation - Type expressions cannot contain escape characters
[error] escape-character-in-forward-annotation - Escape characters are not allowed in type expressions

src/jinja2/environment.py

[error] escape-character-in-forward-annotation - Type expressions cannot contain escape characters
[error] escape-character-in-forward-annotation - Escape characters are not allowed in type expressions
[error] escape-character-in-forward-annotation - Type expressions cannot contain escape characters
[error] escape-character-in-forward-annotation - Escape characters are not allowed in type expressions
[error] escape-character-in-forward-annotation - Type expressions cannot contain escape characters
[error] escape-character-in-forward-annotation - Escape characters are not allowed in type expressions

prefect (https://github.com/PrefectHQ/prefect)

src/integrations/prefect-docker/tests/test_containers.py

flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-docker/tests/test_images.py

flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-kubernetes/prefect_kubernetes/jobs.py

flaky
(3/10)
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-kubernetes/tests/test_custom_objects.py

flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-kubernetes/tests/test_deployments.py

flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-kubernetes/tests/test_jobs.py

flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-kubernetes/tests/test_pods.py

flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable
flaky
(3/10)
[error] invalid-await - `object` is not awaitable

src/prefect/utilities/_engine.py

flaky
(3/10)
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `object`

spack (https://github.com/spack/spack)

lib/spack/spack/vendor/jinja2/defaults.py

[error] escape-character-in-forward-annotation - Type expressions cannot contain escape characters
[error] escape-character-in-forward-annotation - Escape characters are not allowed in type expressions

lib/spack/spack/vendor/jinja2/environment.py

[error] escape-character-in-forward-annotation - Type expressions cannot contain escape characters
[error] escape-character-in-forward-annotation - Escape characters are not allowed in type expressions
[error] escape-character-in-forward-annotation - Type expressions cannot contain escape characters
[error] escape-character-in-forward-annotation - Escape characters are not allowed in type expressions

sympy (https://github.com/sympy/sympy)

sympy/vector/implicitregion.py

[error] invalid-type-form - Int literals are not allowed in this context in a type expression
[error] invalid-type-form - Int literals are not allowed in this context in a type expression: Did you mean `typing.Literal[0]`?