Skip to content

Commit

Permalink
Bump liskin/gh-problem-matcher-wrap from 2 to 3 (#1958)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 7c9ba46 commit c782dee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
python -m pip install flake8
- name: Lint with flake8
uses: liskin/gh-problem-matcher-wrap@v2
uses: liskin/gh-problem-matcher-wrap@v3
with:
linters: flake8
run: flake8 --extend-ignore=E203 faker tests
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
python -m pip install isort
- name: Import order checking with isort
uses: liskin/gh-problem-matcher-wrap@v2
uses: liskin/gh-problem-matcher-wrap@v3
with:
linters: isort
run: isort --check --diff .
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
run: |
python -m pip install mypy
- name: Static type checking with mypy
uses: liskin/gh-problem-matcher-wrap@v2
uses: liskin/gh-problem-matcher-wrap@v3
with:
linters: mypy
run: mypy --install-types --non-interactive --config mypy.ini faker
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
- name: Install Tox and any other packages
run: python -m pip install tox coveralls
- name: pytest
uses: liskin/gh-problem-matcher-wrap@v2
uses: liskin/gh-problem-matcher-wrap@v3
with:
linters: pytest
run: tox -e py
Expand Down

0 comments on commit c782dee

Please sign in to comment.