Compare commits

...

6 Commits

Author SHA1 Message Date
Talley Lambert
7f6865e75b Merge 0bcd86fc5e into 34a776e8d0 2024-04-22 13:38:48 -04:00
Talley Lambert
0bcd86fc5e explicitly pass token 2024-04-22 13:38:43 -04:00
Talley Lambert
e6e7c1a15c inherit secrets 2024-04-22 13:37:07 -04:00
Talley Lambert
37c6834549 pass codecov token 2024-04-22 13:36:30 -04:00
Talley Lambert
281332c247 Merge branch 'main' into fix-inverted 2024-04-22 13:15:48 -04:00
pre-commit-ci[bot]
34a776e8d0 ci: [pre-commit.ci] autoupdate (#238)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.3.0 → v0.3.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.0...v0.3.5)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.8.0...v1.9.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-04-22 13:15:40 -04:00
2 changed files with 4 additions and 2 deletions

View File

@@ -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:

View File

@@ -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