From dd74caf519f6d3a4cdf07f1d4f75eb957386df65 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Thu, 1 Feb 2024 21:24:26 -0500 Subject: [PATCH] Fix references to deprecated ANN rules in changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4acfd0bbbcbf..b03aa96f7da4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,8 @@ See also, the "Remapped rules" section which may result in disabled rules. The following rules are now deprecated: -- [`missing-type-function-argument`](https://docs.astral.sh/ruff/rules/missing-type-function-argument/) (`ANN001`) -- [`missing-type-args`](https://docs.astral.sh/ruff/rules/missing-type-args/) (`ANN002`) +- [`missing-type-self`](https://docs.astral.sh/ruff/rules/missing-type-self/) (`ANN101`) +- [`missing-type-cls`](https://docs.astral.sh/ruff/rules/missing-type-cls/) (`ANN102`) The following command line options are now deprecated: