mirror of
https://github.com/pyapp-kit/superqt.git
synced 2025-07-21 12:11:07 +02:00
Compare commits
3 Commits
146644e105
...
1bb1a58a73
Author | SHA1 | Date | |
---|---|---|---|
|
1bb1a58a73 | ||
|
1288250597 | ||
|
34a776e8d0 |
3
.github/workflows/test_and_deploy.yml
vendored
3
.github/workflows/test_and_deploy.yml
vendored
@@ -23,6 +23,8 @@ jobs:
|
||||
qt: ${{ matrix.backend }}
|
||||
pip-install-pre-release: ${{ github.event_name == 'schedule' }}
|
||||
report-failures: ${{ github.event_name == 'schedule' }}
|
||||
secrets:
|
||||
codecov-token: ${{ secrets.CODECOV_TOKEN }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@@ -69,6 +71,7 @@ jobs:
|
||||
|
||||
test-qt-minreqs:
|
||||
uses: pyapp-kit/workflows/.github/workflows/test-pyrepo.yml@v1
|
||||
secrets: inherit
|
||||
with:
|
||||
python-version: "3.8"
|
||||
qt: pyqt5
|
||||
|
@@ -5,7 +5,7 @@ ci:
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.3.0
|
||||
rev: v0.3.5
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix, --unsafe-fixes]
|
||||
@@ -17,7 +17,7 @@ repos:
|
||||
- id: validate-pyproject
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v1.8.0
|
||||
rev: v1.9.0
|
||||
hooks:
|
||||
- id: mypy
|
||||
exclude: tests|examples
|
||||
|
Reference in New Issue
Block a user