Skip to content

Commit 81fdc0e

Browse files
chore: update pre-commit hooks (#122)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.13...v0.12.0) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jeff Jennings <jjennings@flatironinstitute.org>
1 parent 78b9641 commit 81fdc0e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/testdeploy.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ jobs:
2424
run: |
2525
astropylibrarian --help
2626
27-
- name: Download latest tutorials
27+
- name: Install tutorials into site
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
run: |
31-
python deployment/installtutorials.py --dest public/tutorials
31+
mkdir public
32+
python deployment/installtutorials.py --dest public
3233
3334
- name: List tutorials
3435
run: |

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: 'v0.11.13'
11+
rev: 'v0.12.0'
1212
hooks:
1313
- id: ruff
1414
types_or: [python, pyi, jupyter]

0 commit comments

Comments
 (0)