Skip to content

Commit 4b0fcef

Browse files
authored
Merge pull request pymc-labs#400 from pymc-labs/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 8f473ee + 96d01f7 commit 4b0fcef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
path: dist/*
4848
test:
4949
name: Upload to Test PyPI
50-
permissions:
50+
permissions:
5151
id-token: write
5252
needs: [build]
5353
runs-on: ubuntu-latest
@@ -76,7 +76,7 @@ jobs:
7676
7777
publish:
7878
environment: release
79-
permissions:
79+
permissions:
8080
id-token: write
8181
name: Upload release to PyPI
8282
needs: [build, test]

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
exclude: &exclude_pattern 'iv_weak_instruments.ipynb'
2626
args: ["--maxkb=1500"]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.6.1
28+
rev: v0.6.2
2929
hooks:
3030
# Run the linter
3131
- id: ruff

0 commit comments

Comments
 (0)