Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
python -m pip install flake8
- name: Lint with flake8
uses: liskin/gh-problem-matcher-wrap@v1
uses: liskin/gh-problem-matcher-wrap@v2
with:
linters: flake8
run: flake8 --extend-ignore=E203 faker tests
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
run: |
python -m pip install isort
- name: Import order checking with isort
uses: liskin/gh-problem-matcher-wrap@v1
uses: liskin/gh-problem-matcher-wrap@v2
with:
linters: isort
run: isort --check --diff .
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
run: |
python -m pip install mypy
- name: Static type checking with mypy
uses: liskin/gh-problem-matcher-wrap@v1
uses: liskin/gh-problem-matcher-wrap@v2
with:
linters: mypy
run: mypy --show-column-numbers --install-types --non-interactive --config mypy.ini faker
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
- name: Install Tox and any other packages
run: python -m pip install tox coveralls
- name: pytest
uses: liskin/gh-problem-matcher-wrap@v1
uses: liskin/gh-problem-matcher-wrap@v2
with:
linters: pytest
run: tox -e py
Expand Down