aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* make error_handling a packageGravatar shtlrs2024-03-18-0/+0
| | | | This also moves the handle_forbidden_from_block util to the package's ctor to ensure backwards compat
* Update ruff to target Python 3.11Gravatar Chris Lovering2024-03-18-10/+10
|
* Drop support for Python 3.10Gravatar Chris Lovering2024-03-18-27/+7
|
* Add support for Python 3.12Gravatar Chris Lovering2024-03-18-4/+4
|
* Split fakeredis optional dep out from async-rediscacheGravatar Chris Lovering2024-03-18-3/+9
|
* Drop support for Pydantic 1.XGravatar Chris Lovering2024-03-04-3/+4
|
* Bump dev deps to latestGravatar Chris Lovering2024-03-04-191/+191
|
* Add changelog entry for ruff rulesGravatar Chris Lovering2024-03-04-0/+1
|
* New ruff linting configGravatar Chris Lovering2024-03-04-3/+13
|
* ruff lint fix: Breaking changes to make bool args kwarg-onlyGravatar Chris Lovering2024-03-04-3/+5
|
* ruff lint fix: Manual non-breaking changesGravatar Chris Lovering2024-03-04-23/+24
|
* ruff lint fix: Run remaining auto-fixable rulesGravatar Chris Lovering2024-03-04-18/+17
|
* ruff lint fix: Add explicit namespaces for packagesGravatar Chris Lovering2024-03-04-0/+0
|
* Add a changelog entry for ruff bumpGravatar Chris Lovering2024-02-19-0/+1
|
* Lint codebase with new ruff rulesGravatar Chris Lovering2024-02-19-1/+1
|
* Move some ruff config under the lint namespaceGravatar Chris Lovering2024-02-19-5/+7
|
* Bump ruff to 0.2.2Gravatar Chris Lovering2024-02-19-262/+280
|
* document the instance attributes of BotBaseGravatar shtlrs2024-02-18-1/+16
|
* bump version to 1.7.0 in pyproject.toml (#203)Gravatar Amrou Bellalouna2024-02-01-1/+1
|
* Tag v10.7.0v10.7.0Gravatar Chris Lovering2024-01-30-0/+1
|
* Changelog new lock utilsGravatar Chris Lovering2024-01-30-0/+1
|
* Add lock utilsGravatar Chris Lovering2024-01-30-1/+250
| | | | | | | This includes some additional function utils too. Co-authored-by: Numerlor <[email protected]> Co-authored-by: MarkKoz <[email protected]>
* Satisfy new ruff linting rulesGravatar Chris Lovering2024-01-30-2/+2
|
* Also ignore linkcode errors when looking for model_computed_fields from pydanticGravatar Chris Lovering2024-01-30-1/+1
|
* Bump dev deps to latestGravatar Chris Lovering2024-01-30-404/+393
|
* Update CI action versionsGravatar Chris Lovering2024-01-30-11/+12
|
* Add the a user_has_access helper function to interactions module.Gravatar Chris Lovering2024-01-30-12/+28
| | | | This returns whether the given user is in the allowed_users list, or has a role from allowed_roles.
* adhere to google docstrings stylev10.6.0Gravatar shtlrs2024-01-30-19/+52
|
* export checks module from the utils packageGravatar shtlrs2024-01-30-0/+2
|
* bump version & changelogGravatar shtlrs2024-01-30-1/+2
|
* port all checks from sir-lancebot and botGravatar shtlrs2024-01-30-0/+187
|
* port pagination testsGravatar shtlrs2024-01-05-0/+46
|
* expose the pagination utils from the pydis_core packageGravatar shtlrs2024-01-05-7/+15
|
* bump version & changelogGravatar shtlrs2024-01-04-281/+282
|
* port LinePaginator and `PaginationEmojis` into the pagination module.Gravatar shtlrs2024-01-04-4/+400
| | | | This will allow their reusability in all other bots
* port reaction_check in a new `messages` utilGravatar shtlrs2024-01-04-0/+48
| | | | This is because it's a component that can be reused by all bots.
* Do not attempt to read response body if the HTTP response code is 204.v10.5.1Gravatar Chris Lovering2023-12-14-24/+15
|
* Changelog 10.5.0v10.5.0Gravatar Chris Lovering2023-12-10-1/+2
|
* Bump dev dependency versionsGravatar Chris Lovering2023-12-10-131/+131
|
* Lint repo to latest ruff rulesGravatar Chris Lovering2023-11-27-2/+0
|
* Bump postgres to 16 in dev botGravatar Chris Lovering2023-11-27-1/+1
| | | | This is needed for a postgres 15 only feature now used on site
* Mark lib deps using tilda version specifiersGravatar Chris Lovering2023-11-27-4/+6
| | | | This allows users of the lib to use newer versions of these libraries without us having to cut a new release
* Bump dev deps to latestGravatar Chris Lovering2023-11-27-447/+450
|
* Changelog 10.4.0v10.4.0Gravatar Chris Lovering2023-10-26-1/+5
|
* Update CI to use new ruff output argumentGravatar Chris Lovering2023-10-26-1/+1
|
* Update ruff config to enable unsafe and preview rulesGravatar Chris Lovering2023-10-26-2/+4
|
* Bump deps to latestGravatar Chris Lovering2023-10-26-598/+611
|
* Set various loggers to suitable default levelsv10.3.0Gravatar Chris Lovering2023-09-20-0/+8
| | | | These levels were pulled from bot's current logging setup
* Add log_format to the logging util to allow for standardised loggingGravatar Chris Lovering2023-09-20-1/+11
|
* Merge pull request #192 from python-discord/Bump-d.pyv10.2.0Gravatar ChrisJL2023-08-28-498/+525
|\ | | | | Bump d.py to 2.3.2