bot
bot copied to clipboard
The community bot for the Python Discord community
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.2. Release notes Sourced from pytest's releases. 9.0.2 pytest 9.0.2 (2025-12-06) Bug fixes #13896: The terminal progress feature added in pytest 9.0.0 has been disabled...
This PR updates the `bot/resources/stars.json` file used by the Superstarrify command. - Added 100+ newer and more relevant celebrities - Alphabetically sorted the complete list - Kept the existing JSON...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Implements the clean fix. Replaces .strip("”)with.replace(”", "").split()[0] to properly handle symbols formatted with backticks and trailing text. This ensures the docs command resolves the correct symbol even if users type...
Sentry Issue: [BOT-436](https://python-discord.sentry.io/issues/6815251723/?referrer=github_integration) ``` UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf5 in position 14: invalid start byte File "bot/exts/filtering/filtering.py", line 237, in on_message await _extract_text_file_content(a) File "bot/exts/filtering/filtering.py", line 73, in...
Pytest 9.0.0 introduced native support for unittest's `self.subTest()` and stricter serialization requirements for subTest parameters when using pytest-xdist parallel execution. Non-serializable objects (mocks, datetime instances, exceptions) passed to `subTest()` now...
This is a valid link to a snippet on GitHub https://github.com/astral-sh/uv-pre-commit/blob/571189337017c8bdbf22a0977b9e44d33b5e5ae9/.pre-commit-hooks.yaml#L11C1-L20C38 This should be considered in the codesnippets cog at least for github IMO nothing special needs to be done...
I have a test guild that hasn't been updated recently. I understand that while I'm probably an outlier, it would be nice to be able to upgrade existing test guilds,...
Another configuration update? Didn't we just stop using yaml?! As apparent while working on botstrap and updating the contributing guide, it is very confusing how to configure specific variables for...
Sentry Issue: [BOT-42G](https://python-discord.sentry.io/issues/6701945061/?referrer=github_integration) ``` Configured channels do not exist in server: [('rule_alerts', 1386490058739290182)]. ```