mirror of https://github.com/astral-sh/ruff
Fix references to deprecated `ANN` rules in changelog (#9771)
We deprecated `ANN101` and `ANN102`, but the changelog says `ANN001` and `ANN002`. (I've confirmed that the code reflects the correct deprecation; it's just a documentation error.)
This commit is contained in:
parent
66d2c1e1c4
commit
92d99a72d9
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue