From 7611ca17d7fd90de5a59a92848b2d35bccf3b58a Mon Sep 17 00:00:00 2001 From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com> Date: Mon, 10 Jul 2023 11:31:13 +0200 Subject: [PATCH] doc update flake8/README.md --- python/code_quality/flake8/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/code_quality/flake8/README.md b/python/code_quality/flake8/README.md index d6db1e1..2232eb7 100644 --- a/python/code_quality/flake8/README.md +++ b/python/code_quality/flake8/README.md @@ -26,8 +26,8 @@ the maximum complexity to 10. 1. Configure the `.flake8` file in your repository's root directory with your desired rules. 2. Include the flake8 template in your CI/CD configuration (see quick use above). -3. Customize the template if it's relevant. - +3. If you need to customize the job, check + the [jobs customization](https://docs.r2devops.io/get-started/use-templates/#job-templates-customization). ## Add a <a href="https://flake8.pycqa.org/"><img alt="Code style: Flake8" src="https://img.shields.io/badge/Flake8-checks-blue"></a> Badge to your project README.md To display the use of Flake8 in your project, you can add the following badge to your README.md: -- GitLab