Skip to content

Commit

Permalink
docs: Update Readme for the v4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-code committed Apr 3, 2024
1 parent 0b7e999 commit ffe24b3
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 @@ -31,15 +31,15 @@ Basic:
```yml
steps:
- uses: actions/checkout@v4
- uses: marian-code/python-lint-annotate@v3
- uses: marian-code/python-lint-annotate@v4
```

Options:

```yml
steps:
- uses: actions/checkout@v4
- uses: marian-code/python-lint-annotate@v3
- uses: marian-code/python-lint-annotate@v4
with:
python-root-list: "src/ tests/*" # accepts wildcards
use-pycodestyle: false
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- run: |
python --version # this will output 3.9 now
run tests or other things using python ...
- uses: marian-code/python-lint-annotate@v3
- uses: marian-code/python-lint-annotate@v4
with:
python-root-list: "./tests/*.py"
use-black: true
Expand Down

0 comments on commit ffe24b3

Please sign in to comment.