aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/pagination.py (follow)
Commit message (Collapse)AuthorAgeLines
* Use paginator from botcore (#1444)Gravatar Amrou Bellalouna2024-03-11-261/+52
|
* Always use the get_logger func from bot-coreGravatar Chris Lovering2023-11-25-2/+2
|
* Format code with new ruff rulesGravatar Chris Lovering2023-11-06-3/+2
|
* Merge branch 'main' into snakes-cleanupGravatar wookie1842023-08-23-3/+3
|\
| * Bump ruff from 0.0.272 to 0.0.280 (#1333)Gravatar dependabot[bot]2023-08-10-3/+3
| | | | | | | | | | | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Lovering <[email protected]> Co-authored-by: ChrisJL <[email protected]>
* | Type hint pagination as allowing float timeoutGravatar wookie1842023-07-08-2/+2
|/
* Bump ruff from 0.0.265 to 0.0.267 (#1276)Gravatar dependabot[bot]2023-05-15-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * Bump ruff from 0.0.265 to 0.0.267 Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.265 to 0.0.267. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.265...v0.0.267) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Fix linting errors from new ruff rules --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Lovering <[email protected]>
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-21/+24
| | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
* Remove reference to no longer used EmptyEmbed varGravatar Chris Lovering2022-09-21-2/+1
|
* Remove unnecessary edits during paginationGravatar aru2021-11-20-10/+0
| | | | pick 3cd4c92b1e24c8cfdae8c5c68c19607c62cc01ed from python-discord/bot remove additional unnecessary edit
* Fix type annotationsGravatar decorator-factory2021-08-31-2/+3
|
* Modify code to comply with new linter error N818Gravatar wookie1842021-08-06-3/+3
|
* Type hint optional parameterGravatar ChrisJL2021-05-16-1/+1
| | | Co-authored-by: ToxicKidz <[email protected]>
* Bump d.py to 1.7.2Gravatar Chris2021-05-16-4/+15
| | | | | | | d.py 1.5.1 depending on multidict, which needs gcc installed. Bumping d.py to 1.7.2 removes the need fo rbuild tools in the image. d.py 1.7 introduced the line sep are on the paginator, so this needs to be added to our linepaginator subclass.
* fix: Resolve Merge ConflictsGravatar ToxicKidz2021-05-10-3/+3
|\
| * Fix Bug:Paginated embed image gets carried to next pageGravatar Rohan2021-04-20-3/+3
| |
* | chore: Replace the remaining double quotes with double quotesGravatar ToxicKidz2021-05-04-1/+1
| |
* | chore: Prefer double quotes over single quotesGravatar ToxicKidz2021-05-04-4/+4
| |
* | chore: Don't return a Message object when the return annotation is NoneGravatar ToxicKidz2021-05-03-4/+6
|/
* Remove redundant f-stringsGravatar MarkKoz2020-07-14-2/+2
| | | | This fixes a new lint error (F541) introduced by flake8 3.8.
* Deseasonify: move pagination module under utilsGravatar kwzrd2020-03-26-0/+430