From 418c0cdd46d7bc02880372d8f217821a4fbddf4f Mon Sep 17 00:00:00 2001 From: Tsonglew Date: Sun, 28 Jul 2024 01:08:00 +0800 Subject: [PATCH] Fix outdated make dev-fix rule in CodeStyle.md --- docs/en/contribution/CodingStyle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/contribution/CodingStyle.md b/docs/en/contribution/CodingStyle.md index 37e488f9..1acf5484 100644 --- a/docs/en/contribution/CodingStyle.md +++ b/docs/en/contribution/CodingStyle.md @@ -38,7 +38,7 @@ if logger_debug_enabled: # Imports Please make sure the imports are placed in a good order, or flake8-isort will notify you of the violations. -Run `make dev-fix` to automatically fix the sorting problem. +Run `make fix` to automatically fix the sorting problem. # Naming In PEP8 convention, we are required to use snake_case as the accepted style.