Skip to content

Commit

Permalink
ci: update precommit and inherit secrets (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 authored Apr 30, 2024
1 parent c896d4b commit 0684792
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

test:
uses: pyapp-kit/workflows/.github/workflows/test-pyrepo.yml@main
secrets: inherit
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
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 0684792

Please sign in to comment.