aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-05-06 20:13:25 +0100
committerGravatar Chris Lovering <[email protected]>2023-05-31 13:03:54 +0100
commit8419e49cc52868dc727b34cfa8a946996f704954 (patch)
treeaccbe4d840b036dcc9502eed395f19400f5ad9a3
parentApply fixes for ruff linting (diff)
Add changelog entry for ruff migration
This change won't be made into a release, as there's nothing that affects bots, so haven't marked it as such.
-rw-r--r--docs/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index d9075d47..1817102e 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -3,6 +3,9 @@
Changelog
=========
+- :feature:`176` Migrate repo to use ruff for linting
+
+
- :release:`9.6.0 <6th May 2023>`
- :feature:`175` Log when waiting for the guild to be available before loading cogs
- :support:`175` Bump Discord.py to :literal-url:`2.2.3 <https://github.com/Rapptz/discord.py/releases/tag/v2.2.3>`.