From cfd84f1b3f72748f73af6db57db4312951399fcd Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 11 Oct 2023 11:30:58 -0500 Subject: [PATCH] Update docs/configuration.md --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index ca077e0d56f263..0e728313ee2371 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -378,7 +378,7 @@ with the exception of `F401`. ## Fixes Ruff supports automatic fixes for a variety of lint errors. For example, Ruff can remove unused -imports, reformat docstrings, rewrite type annotations to use the latest PEP syntax, and more. +imports, reformat docstrings, rewrite type annotations to use newer Python syntax, and more. To enable fixes, pass the `--fix` flag to `ruff check`: