aboutsummaryrefslogtreecommitdiffstats
path: root/docs/utils.py (unfollow)
Commit message (Expand)AuthorLines
2024-03-24Remove the requirement for <3.12 for fakeredisGravatar Chris Lovering-2/+2
2024-03-24Lint repo with new ruff rulesGravatar Chris Lovering-3/+4
2024-03-24Ensure project root is on sys path before importing the docs moduleGravatar Chris Lovering-3/+2
2024-03-24Bump dev deps to latestGravatar Chris Lovering-189/+194
2024-03-20Release v11.0.1v11.0.1Gravatar Chris Lovering-0/+2
2024-03-20Extract original error upon exceptions, if any (#209)Gravatar Amrou Bellalouna-1/+3
2024-03-18Bump version to 11.0.0v11.0.0Gravatar Chris Lovering-3/+4
2024-03-18reflect changes in changelogGravatar shtlrs-0/+7
2024-03-18expose a way for registering the command error managerGravatar shtlrs-0/+12
2024-03-18subclass CommandTreeGravatar shtlrs-0/+19
2024-03-18register all error handlers in the CommandErrorManager classGravatar shtlrs-1/+60
2024-03-18add the AbstractCommandErrorHandler interfaceGravatar shtlrs-0/+27
2024-03-18make error_handling a packageGravatar shtlrs-0/+0
2024-03-18Update ruff to target Python 3.11Gravatar Chris Lovering-10/+10
2024-03-18Drop support for Python 3.10Gravatar Chris Lovering-27/+7
2024-03-18Add support for Python 3.12Gravatar Chris Lovering-4/+4
2024-03-18Split fakeredis optional dep out from async-rediscacheGravatar Chris Lovering-3/+9
2024-03-04Drop support for Pydantic 1.XGravatar Chris Lovering-3/+4
2024-03-04Bump dev deps to latestGravatar Chris Lovering-191/+191
2024-03-04Add changelog entry for ruff rulesGravatar Chris Lovering-0/+1
2024-03-04New ruff linting configGravatar Chris Lovering-3/+13
2024-03-04ruff lint fix: Breaking changes to make bool args kwarg-onlyGravatar Chris Lovering-3/+5
2024-03-04ruff lint fix: Manual non-breaking changesGravatar Chris Lovering-23/+24
2024-03-04ruff lint fix: Run remaining auto-fixable rulesGravatar Chris Lovering-18/+17
2024-03-04ruff lint fix: Add explicit namespaces for packagesGravatar Chris Lovering-0/+0
2024-02-19Add a changelog entry for ruff bumpGravatar Chris Lovering-0/+1
2024-02-19Lint codebase with new ruff rulesGravatar Chris Lovering-1/+1
2024-02-19Move some ruff config under the lint namespaceGravatar Chris Lovering-5/+7
2024-02-19Bump ruff to 0.2.2Gravatar Chris Lovering-262/+280
2024-02-18document the instance attributes of BotBaseGravatar shtlrs-1/+16
2024-02-01bump version to 1.7.0 in pyproject.toml (#203)Gravatar Amrou Bellalouna-1/+1
2024-01-30Tag v10.7.0v10.7.0Gravatar Chris Lovering-0/+1
2024-01-30Changelog new lock utilsGravatar Chris Lovering-0/+1
2024-01-30Add lock utilsGravatar Chris Lovering-1/+250
2024-01-30Satisfy new ruff linting rulesGravatar Chris Lovering-2/+2
2024-01-30Also ignore linkcode errors when looking for model_computed_fields from pydanticGravatar Chris Lovering-1/+1
2024-01-30Bump dev deps to latestGravatar Chris Lovering-404/+393
2024-01-30Update CI action versionsGravatar Chris Lovering-11/+12
2024-01-30Add the a user_has_access helper function to interactions module.Gravatar Chris Lovering-12/+28
2024-01-30adhere to google docstrings stylev10.6.0Gravatar shtlrs-19/+52
2024-01-30export checks module from the utils packageGravatar shtlrs-0/+2
2024-01-30bump version & changelogGravatar shtlrs-1/+2