| Commit message (Collapse) | Author | Age | Lines |
... | |
| |
| |
| |
| |
| | |
* Rewrite the in-place tag
* Fix typo: extra newline
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Rewrite the repl tag
* Fix typo: "command prompt" to "command line"
* Apply suggestions from code review
Co-authored-by: wookie184 <[email protected]>
* Remove trailing whitespace
* Apply suggestions from code review
---------
Co-authored-by: wookie184 <[email protected]>
|
| |
| |
| |
| | |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |
| |
| |
| | |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|\ \
| | |
| | | |
Make admins confirm edits of other users' reminders
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | | |
Co-authored-by: Amrou Bellalouna <[email protected]>
|
| | |
| | |
| | | |
Co-authored-by: Amrou Bellalouna <[email protected]>
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
fix(tags): resolve SyntaxError in `!dotenv` command
|
| | | |
|
|/ / |
|
| | |
|
|\ \
| | |
| | | |
Bump pydis_core to v10.1.0
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|/ /
| |
| |
| | |
The change resides mainly in specifying the content & lexer in the `PasteFile` instance
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.284 to 0.0.285.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.284...v0.0.285)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |
| |
| |
| | |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |
| |
| |
| | |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|\ \
| | |
| | | |
Run fixup blocker only when the ref isn't main's HEAD
|
| | |
| | |
| | |
| | | |
This also makes the lint-test workflow a dependency since as we'd want to run linting on all fixup commits still
|
|/ /
| |
| |
| | |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|\ \
| | |
| | | |
Block fixup commits
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
Use ruff's isort implementation
|
| | | |
| | | |
| | | |
| | | | |
ruff's isort rule doesn't allow multiple imports on the same line if wrapping. This is arguably easier to read too.
|
|/ / / |
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.283 to 0.0.284.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.283...v0.0.284)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|\ \
| | |
| | | |
Migrate to Pydantic v2
|
| | |
| | |
| | |
| | | |
overwritten
|
| | |
| | |
| | |
| | |
| | | |
https://docs.pydantic.dev/latest/migration/#changes-to-handling-of-standard-types
> While union types will still attempt validation of each choice from left to right, they now preserve the type of the input whenever possible, even if the correct type is not the first choice for which the input would pass validation
|