From 76ed9accdab17a8b571d81304383f8c6e4147c0b Mon Sep 17 00:00:00 2001 From: Hazel Kennedy Date: Mon, 23 Jun 2025 11:44:13 -0700 Subject: [PATCH] Update link to Ruff editor integrations The text here talks about editor integrations for ruff, but links to the general ruff integrations page (written primarily for automated integrations such as GitHub Actions), not the editor integrations page. This just updates the link. --- contributing/development/code_style_guidelines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/development/code_style_guidelines.rst b/contributing/development/code_style_guidelines.rst index da7611e46..b2ccd413b 100644 --- a/contributing/development/code_style_guidelines.rst +++ b/contributing/development/code_style_guidelines.rst @@ -330,7 +330,7 @@ Editor integration Many IDEs or code editors have beautifier plugins that can be configured to run ruff automatically, for example, each time you save a file. For details, you can -check `Ruff Integrations `__. +check `Ruff Editor Integrations `__. Comment style guide -------------------