aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-02-19 21:43:13 +0000
committerGravatar Chris Lovering <[email protected]>2024-03-04 12:46:14 +0000
commitc2e7f09cbba850ab9ec4b4d8d170f3ea44f9fb7e (patch)
treec654dfa697a04dc25354890966bd60dfa734c6cc
parentNew ruff linting config (diff)
Add changelog entry for ruff rules
-rw-r--r--docs/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 32c4d245..474adc8a 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,7 @@
Changelog
=========
+- :breaking:`207` Enable more ruff linting rules. See :literal-url:`GitHub release notes <https://github.com/python-discord/bot-core/releases/tag/v11.0.0>` for breaking changes.
- :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`.