From b1fb31950494360bac61e606236a04905ef531c4 Mon Sep 17 00:00:00 2001 From: Maani Beigy Date: Tue, 13 Aug 2024 10:11:07 +0200 Subject: [PATCH] :books: editing README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0cd81f0..69b49a1 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ poetry run coverage-badge -o assets/images/coverage.svg -f poetry run pylint pycvcqv ``` -8. Code-style check +9. Code-style check ```powershell poetry run pyupgrade --exit-zero-even-if-changed --py37-plus @@ -156,7 +156,7 @@ poetry run darglint --verbosity 2 pycvcqv tests poetry run interrogate -v pycvcqv ``` -9. Safety check +10. Safety check ```powershell poetry check @@ -164,7 +164,7 @@ poetry run safety check --policy-file safety_policy.yml poetry run bandit -ll --configfile pyproject.toml --recursive pycvcqv tests ``` -10. Creating badges data +11. Creating badges data ```powershell .\.shell\badges.ps1