| Commit message (Collapse) | Author | Age | Lines |
... | |
| | |
|
| | |
|
|/ |
|
| |
|
|\
| |
| | |
Moderator changes minor refactor
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
python-discord/don't-hardcode-python-version-in-timeit
Don't hardcode which python version to use in timeit command
|
| | |
|
|\ \
| | |
| | | |
Bump deepdiff from 7.0.1 to 8.5.0
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [deepdiff](https://github.com/seperman/deepdiff) from 7.0.1 to 8.5.0.
- [Release notes](https://github.com/seperman/deepdiff/releases)
- [Changelog](https://github.com/seperman/deepdiff/blob/master/docs/changelog.rst)
- [Commits](https://github.com/seperman/deepdiff/compare/7.0.1...8.5.0)
---
updated-dependencies:
- dependency-name: deepdiff
dependency-version: 8.5.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\ \
| | |
| | | |
Bump h11 from 0.14.0 to 0.16.0 in the pip group
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bumps the pip group with 1 update: [h11](https://github.com/python-hyper/h11).
Updates `h11` from 0.14.0 to 0.16.0
- [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0)
---
updated-dependencies:
- dependency-name: h11
dependency-version: 0.16.0
dependency-type: indirect
dependency-group: pip
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\ \ \
| |/ /
|/| | |
Simplify PEP cog to use PEP API
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Bump markdownify from 0.14.1 to 1.1.0
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Now _inline is set as a pseudo value in parent_tags
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bumps [markdownify](https://github.com/matthewwithanm/python-markdownify) from 0.14.1 to 1.1.0.
- [Release notes](https://github.com/matthewwithanm/python-markdownify/releases)
- [Commits](https://github.com/matthewwithanm/python-markdownify/compare/0.14.1...1.1.0)
---
updated-dependencies:
- dependency-name: markdownify
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\ \ \ \
| |_|_|/
|/| | | |
Display selected lines from our pastebin as codeblock
|
| | | |
| | | |
| | | | |
Co-authored-by: Anand <[email protected]>
|
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | | |
3.12 support has been removed but !timeit was not updated.
Corrects the error of inferior programmers like @ChrisLovering.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Replace 3.12 support in snekbox for 3.14-dev
* Add extra info about pre-release versions in snekbox output
* Dynamically get the default snekbox Python version by looking at the first supported version
* Move snekbox help docs to the @command decorator
This allows us to use a f-string to get the supported Python versions, instead of hard coding
* Update snekbox tests to use new default python version
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
This allows us to use a f-string to get the supported Python versions, instead of hard coding
|
| | | |
| | | |
| | | |
| | | | |
supported version
|
| | | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Remove cban alias, Add clban & cpban aliases
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Remove Ned's name from 'projects' tag
|
| |/ / |
|
|\ \ \
| |/ /
|/| | |
Add step to zen command slicing
|
| | | |
|
| | | |
|
| | | |
|
|/ / |
|
| |
| |
| |
| |
| |
| | |
Handle errors introduced by inferior developers such as @shtlrs
Co-authored-by: Chris Lovering <[email protected]>
|
| |
| |
| |
| |
| | |
* Add founders role to constants.py
* Add Founders to some talentpool commands
|