| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2024-03-04 | ruff lint fix: Breaking changes to make bool args kwarg-only | -3/+5 | ||
| 2024-03-04 | ruff lint fix: Manual non-breaking changes | -23/+24 | ||
| 2024-03-04 | ruff lint fix: Run remaining auto-fixable rules | -18/+17 | ||
| 2024-03-04 | ruff lint fix: Add explicit namespaces for packages | -0/+0 | ||
| 2024-02-19 | Add a changelog entry for ruff bump | -0/+1 | ||
| 2024-02-19 | Lint codebase with new ruff rules | -1/+1 | ||
| 2024-02-19 | Move some ruff config under the lint namespace | -5/+7 | ||
| 2024-02-19 | Bump ruff to 0.2.2 | -262/+280 | ||
| 2024-02-18 | document the instance attributes of BotBase | -1/+16 | ||
| 2024-02-01 | bump version to 1.7.0 in pyproject.toml (#203) | -1/+1 | ||
| 2024-01-30 | Tag v10.7.0v10.7.0 | -0/+1 | ||
| 2024-01-30 | Changelog new lock utils | -0/+1 | ||
| 2024-01-30 | Add lock utils | -1/+250 | ||
| This includes some additional function utils too. Co-authored-by: Numerlor <[email protected]> Co-authored-by: MarkKoz <[email protected]> | ||||
| 2024-01-30 | Satisfy new ruff linting rules | -2/+2 | ||
| 2024-01-30 | Also ignore linkcode errors when looking for model_computed_fields from pydantic | -1/+1 | ||
| 2024-01-30 | Bump dev deps to latest | -404/+393 | ||
| 2024-01-30 | Update CI action versions | -11/+12 | ||
| 2024-01-30 | Add the a user_has_access helper function to interactions module. | -12/+28 | ||
| This returns whether the given user is in the allowed_users list, or has a role from allowed_roles. | ||||
| 2024-01-30 | adhere to google docstrings stylev10.6.0 | -19/+52 | ||
| 2024-01-30 | export checks module from the utils package | -0/+2 | ||
| 2024-01-30 | bump version & changelog | -1/+2 | ||