We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c79cc6 commit 64ee67eCopy full SHA for 64ee67e
docs/en/contribution/CodingStyle.md
@@ -38,7 +38,7 @@ if logger_debug_enabled:
38
# Imports
39
Please make sure the imports are placed in a good order, or flake8-isort will notify you of the violations.
40
41
-Run `make dev-fix` to automatically fix the sorting problem.
+Run `make fix` to automatically fix the sorting problem.
42
43
# Naming
44
In PEP8 convention, we are required to use snake_case as the accepted style.
0 commit comments