Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2024-09-10 | Bump CI step versions to latest | -2/+2 | ||
2024-09-10 | Remove an unneeded noqa | -1/+1 | ||
2024-09-10 | Disable poetry packing mode since this is not a packaged library | -0/+1 | ||
This being set to true raised warning when installing deps | ||||
2024-09-10 | Change default ruff output format to concise | -0/+1 | ||
This makes the check failures much easier to read in terminal | ||||
2024-09-10 | Disable ruff preview mode | -1/+1 | ||
A lot of these rules aren't ready for use, which cause us to add them to the ignore list. When the rules are then ready for use, we never end up removing them | ||||
2024-09-10 | Bump dev dependencies to latest | -25/+25 | ||
2024-09-10 | Bump pydis-core & sqlalchemy to latest | -541/+600 | ||
Neither of these dependencies have breakign changes that affect us | ||||
2024-09-10 | Fix P1 in comment spacing | -1/+1 | ||
2024-09-10 | Enable message content intent | -0/+1 | ||