Skip to content

Commit

Permalink
Merge pull request #400 from pymc-labs/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
drbenvincent authored Aug 31, 2024
2 parents 8f473ee + 96d01f7 commit 4b0fcef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
path: dist/*
test:
name: Upload to Test PyPI
permissions:
permissions:
id-token: write
needs: [build]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
publish:
environment: release
permissions:
permissions:
id-token: write
name: Upload release to PyPI
needs: [build, test]
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
exclude: &exclude_pattern 'iv_weak_instruments.ipynb'
args: ["--maxkb=1500"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.1
rev: v0.6.2
hooks:
# Run the linter
- id: ruff
Expand Down

0 comments on commit 4b0fcef

Please sign in to comment.