Skip to content

Commit

Permalink
docs: add flake8 version and extension install instruction (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Piesche <florian@yellowkeycard.net>
  • Loading branch information
rickstaa and fpiesche committed Feb 14, 2023
1 parent b6435e6 commit b16c6ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "3.8"
# Install specific flake8 version (this step is not required. Default is "latest").
- run: pip install flake8==6.0.0
# Install flake8 extensions (this step is not required. Default is "None").
- run: pip install flake8-docstrings flake8-simplify flake8-unused-arguments flake8-quotes
- name: flake8 Lint
uses: reviewdog/action-flake8@v3
with:
Expand Down

0 comments on commit b16c6ad

Please sign in to comment.