Skip to content

Commit 3ed6e70

Browse files
committed
pre-commit
1 parent a9241fd commit 3ed6e70

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 'Call actions to pre-process config files and execute/convert notebook'
33
env:
44
PYTHON-VERSION: "3.12"
55

6-
on:
6+
on:
77
push:
88
branches:
99
- main
@@ -23,11 +23,11 @@ jobs:
2323
- name: Call custom action to pre-process config files
2424
id: pre-process
2525
uses: astropy-learn/action--pre-process@main
26-
with:
26+
with:
2727
python-version: ${{ env.PYTHON-VERSION }}
2828

2929
- name: Call custom action to execute and convert notebook
3030
uses: astropy-learn/action--execute-convert@main
31-
with:
31+
with:
3232
python-version: ${{ env.PYTHON-VERSION }}
33-
tutorial-slug: ${{ steps.pre-process.outputs.tutorial-slug }}
33+
tutorial-slug: ${{ steps.pre-process.outputs.tutorial-slug }}

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Mac
2-
.DS_Store
2+
.DS_Store
33

44
# act
55
/bin/act
@@ -12,8 +12,8 @@ __pycache__/
1212
# C extensions
1313
*.so
1414

15-
# Jupyterbook output
16-
_build/
15+
# Jupyterbook output
16+
_build/
1717

1818
# Distribution / packaging
1919
.Python

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
exclude_types: [csv]
2525
exclude: '.*\.fits$'
2626
- id: check-yaml
27-
# prevent addition of (presumably data) files >= 1 MB
27+
# prevent addition of (presumably data) files >= 1 MB
2828
# (for such files, see https://learn.astropy.org/contributing/how-to-contribute)
2929
- id: check-added-large-files
3030
args: ["--maxkb=1000"]
@@ -33,4 +33,4 @@ repos:
3333
rev: 0.8.1
3434
hooks:
3535
- id: nbstripout
36-
args: ["--extra-keys='metadata.kernelspec metadata.language_info.version metadata.toc'"]
36+
args: ["--extra-keys='metadata.kernelspec metadata.language_info.version metadata.toc'"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# tutorial--template
1+
# tutorial--template

metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
title: "Example Title"
22
slug: "Example-Title"
3-
source: "tutorial--example-title"
3+
source: "tutorial--example-title"

0 commit comments

Comments
 (0)