Skip to content

Commit

Permalink
update pca, inherit secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Apr 30, 2024
1 parent c9f4cdd commit 3c2eadc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ concurrency:
jobs:
test:
uses: pyapp-kit/workflows/.github/workflows/test-pyrepo.yml@v1
secrets: inherit
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
Expand All @@ -35,6 +36,7 @@ jobs:

test-qt:
uses: pyapp-kit/workflows/.github/workflows/test-pyrepo.yml@v1
secrets: inherit
with:
os: macos-latest
python-version: "3.10"
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ repos:
- id: validate-pyproject

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.4.2
hooks:
- id: ruff
args: [--fix]

- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.0
hooks:
- id: mypy
files: "^src/"
Expand Down

0 comments on commit 3c2eadc

Please sign in to comment.