Skip to content

Commit

Permalink
Merge branch 'master' into release/2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Nov 26, 2024
2 parents 8359574 + 5ac0791 commit 6cf3510
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 782 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install flake8
run: pip install --upgrade flake8
- name: Run flake8
uses: liskin/gh-problem-matcher-wrap@v1
uses: liskin/gh-problem-matcher-wrap@v3
with:
linters: flake8
run: flake8
Expand All @@ -32,7 +32,7 @@ jobs:
python-version: '3.10'
- run: python -m pip install isort
- name: isort
uses: liskin/gh-problem-matcher-wrap@v1
uses: liskin/gh-problem-matcher-wrap@v3
with:
linters: isort
run: isort -c -rc -df ./
Loading

0 comments on commit 6cf3510

Please sign in to comment.