Skip to content

Commit aa6779f

Browse files
authored
Merge pull request #225 from kafitzgerald/fix_precommit
Fix pre-commit
2 parents f3803cb + 8d82f66 commit aa6779f

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
lines changed

.github/workflows/nightly-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
build:
1010
if: ${{ github.repository_owner == 'ProjectPythia' }}
1111
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
12-
12+
1313
deploy:
1414
needs: build
1515
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
1616

1717

1818
link-check:
1919
if: ${{ github.repository_owner == 'ProjectPythia' }}
20-
uses: ProjectPythia/cookbook-actions/.github/workflows/link-checker.yaml@main
20+
uses: ProjectPythia/cookbook-actions/.github/workflows/link-checker.yaml@main

.github/workflows/publish-book.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313

1414
deploy:
1515
needs: build
16-
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
16+
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main

.github/workflows/trigger-book-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
with:
99
artifact_name: book-zip-${{ github.event.number }}
1010
base_url: '/${{ github.event.repository.name }}/_preview/${{ github.event.number }}'
11-
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml
11+
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml

.github/workflows/trigger-delete-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ on:
66

77
jobs:
88
delete:
9-
uses: ProjectPythia/cookbook-actions/.github/workflows/delete-preview.yaml@main
9+
uses: ProjectPythia/cookbook-actions/.github/workflows/delete-preview.yaml@main

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ dmypy.json
135135
# Ephemeral .nfs files
136136
.nfs*
137137

138-
.vscode/
138+
.vscode/

.isort.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[settings]
2+
known_third_party =

myst.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ project:
1818
- file: notebooks/notebook-template.ipynb
1919
jupyter:
2020
binder:
21-
repo: projectpythia/cookbook-template
21+
repo: projectpythia/cookbook-template

0 commit comments

Comments
 (0)