arcade-mcp/toolkits/x/arcade_x/tools
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
..
__init__.py Add initial X toolkit, remove Github toolkit, rename math toolkit (#52) 2024-09-23 13:42:22 -07:00
constants.py Separate tools & helper funcs in separate files (#192) 2025-01-08 16:39:25 -03:00
tweets.py Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
users.py Lint all toolkits (#183) 2024-12-20 09:49:45 -08:00
utils.py Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00