From 0841aef11a2aaaa333ac948b83d0c22577c90682 Mon Sep 17 00:00:00 2001 From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com> Date: Wed, 19 Jul 2023 09:57:24 +0200 Subject: [PATCH] flake8 readme --- templates/python/code_quality/flake8/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/python/code_quality/flake8/README.md b/templates/python/code_quality/flake8/README.md index a09bf0c..912946b 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. -- GitLab