Skip to content

Commit

Permalink
📚 editing README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaaniBeigy committed Aug 13, 2024
1 parent 3f438cf commit b1fb319
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -156,15 +156,15 @@ poetry run darglint --verbosity 2 pycvcqv tests
poetry run interrogate -v pycvcqv
```

9. Safety check
10. Safety check

```powershell
poetry check
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
Expand Down

0 comments on commit b1fb319

Please sign in to comment.