Skip to content

Commit

Permalink
docs: Update README.md with the flake8 command used in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Apr 12, 2023
1 parent f4a4815 commit 639df44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,4 +341,7 @@ This project uses [flake8](https://flake8.pycqa.org/en/latest/) for linting. To

```
flake8 scripts/ tests/
# Or, if you want to run flake8 with the same configuration as the CI:
flake8 scripts/ tests/ --select E303,W293,W291,W292,E305
```

0 comments on commit 639df44

Please sign in to comment.