Skip to content

Commit

Permalink
[README.md] update flake8 action version tag to v2 in source examples
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Dec 14, 2021
1 parent db262fc commit 7743f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
python-version: "3.8"
- name: flake8 Lint
uses: py-actions/flake8@v1
uses: py-actions/flake8@v2
```

### With custom settings
Expand All @@ -53,7 +53,7 @@ jobs:
with:
python-version: "3.8"
- name: flake8 Lint
uses: py-actions/flake8@v1
uses: py-actions/flake8@v2
with:
ignore: "F401"
exclude: "src/ignoreme.py"
Expand Down

0 comments on commit 7743f8d

Please sign in to comment.