arcade-mcp/toolkits/x
Eric Gustin 6af49ef068
Common changes in all toolkits (#345)
Addresses general improvements to all toolkits including changing ruff
from python 3.9 to python 3.10 which is the reason for the removal of
Optional[] among others.

Also, turns out that our `make install` for toolkits wasn't correctly
checking for whether poetry was installed (&> /dev/null syntax isn't
supported by our check-toolkits GitHub action, so we were installing
poetry twice. I replaced with the more portable >/dev/null 2>&1)

Question: Should we also change ruff to py310 for the `arcade/` package
in a later PR?

-------------------

CU-86b4gzyp6
2025-04-04 09:32:37 -07:00
..
arcade_x Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
evals Return media attachments metadata when retrieving X tweets (#191) 2025-01-08 16:36:43 -03:00
tests X Toolkit: Handle no tweets returned in search (#256) 2025-02-18 13:28:33 -08:00
.pre-commit-config.yaml Add lookup_tweet_by_id to X Toolkit (#165) 2024-11-27 17:07:12 -08:00
.ruff.toml Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
conftest.py Add lookup_tweet_by_id to X Toolkit (#165) 2024-11-27 17:07:12 -08:00
LICENSE Update README and LICENSE (#220) 2025-01-23 19:43:48 -08:00
Makefile Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
pyproject.toml Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00