diff options
author | 2024-02-19 21:09:20 +0000 | |
---|---|---|
committer | 2024-02-19 21:09:20 +0000 | |
commit | 69eeda8a1914b671af68871dcf55661c5089b338 (patch) | |
tree | cc13a3f54181fcf258c50bdc1699711fae91344b | |
parent | Lint codebase with new ruff rules (diff) |
Add a changelog entry for ruff bump
-rw-r--r-- | docs/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index b3e5d9a3..32c4d245 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,7 @@ Changelog ========= +- :support:`206` Bump ruff from 0.1.15 to 0.2.2, using the new lint config namespace, and linting with the new rules. - :support:`204` Document the instance attributes of :obj:`pydis_core.BotBase`. - :release:`10.7.0 <30th January 2024>` |