mirror of https://github.com/astral-sh/ruff
Fix typo in CHANGELOG for misplaced-bare-raise URL (#12173)
Hi all! ## Summary Fix a typo. ## Test Plan URL was tested with curl. Not much left to say, except that I originally saw this issue on the blog post: https://astral.sh/blog/ruff-v0.5.0 Not sure how it is related to the CHANGELOG.md file, so the post might need fixing as well. Thanks for this incredible tool! Signed-off-by: Thomas Faivre <thomas.faivre@6wind.com>
This commit is contained in:
parent
b950a6c389
commit
24524771f2
|
|
@ -56,7 +56,7 @@ The following rules have been stabilized and are no longer in preview:
|
|||
- [`bad-open-mode`](https://docs.astral.sh/ruff/rules/bad-open-mode/) (`PLW1501`)
|
||||
- [`empty-comment`](https://docs.astral.sh/ruff/rules/empty-comment/) (`PLR2044`)
|
||||
- [`global-at-module-level`](https://docs.astral.sh/ruff/rules/global-at-module-level/) (`PLW0604`)
|
||||
- [`misplaced-bare-raise`](https://docs.astral.sh/ruff/rules/misplaced-bare-raise%60/) (`PLE0744`)
|
||||
- [`misplaced-bare-raise`](https://docs.astral.sh/ruff/rules/misplaced-bare-raise/) (`PLE0744`)
|
||||
- [`non-ascii-import-name`](https://docs.astral.sh/ruff/rules/non-ascii-import-name/) (`PLC2403`)
|
||||
- [`non-ascii-name`](https://docs.astral.sh/ruff/rules/non-ascii-name/) (`PLC2401`)
|
||||
- [`nonlocal-and-global`](https://docs.astral.sh/ruff/rules/nonlocal-and-global/) (`PLE0115`)
|
||||
|
|
|
|||
Loading…
Reference in New Issue