diff --git a/templates/python/code_quality/flake8/README.md b/templates/python/code_quality/flake8/README.md index a09bf0c2ed012fc6d18d69130e50ea01d96d8934..912946b3c235baf3455b2f228b535734e6a71387 100644 --- a/templates/python/code_quality/flake8/README.md +++ b/templates/python/code_quality/flake8/README.md @@ -1,6 +1,6 @@ ## Objective -Run [Flake8](https://flake8.pycqa.org/en/latest/) on your Python code to ensure it adheres to PEP8 +Run [Flake8](https://flake8.pycqa.org/en/latest/) and its plugins on your Python code to ensure it adheres to PEP8 standards and to detect various errors such as syntax errors, semantic errors, and complex code. Flake8 is a Python tool that glues together pycodestyle, pyflakes, and McCabe.