Skip to content

Commit 04dbbae

Browse files
improve spacing to satisfy pre-commit hook
1 parent 4af7bae commit 04dbbae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/tutorial_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ body:
3232
description: Add links to any research papers or other resources the author will need to write this tutorial.
3333
value: "`[Markdown link text](url)`"
3434
validations:
35-
required: false
35+
required: false

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ Gambit.app/*
4444
doc/tutorials/games/*.nfg
4545
doc/tutorials/games/*.efg
4646
*.dmg
47-
Gambit.app/*
47+
Gambit.app/*

tests/test_tutorials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_execute_notebook(nb_path):
4949
# Skip notebook execution tests on Python < 3.12 (notebooks may require newer kernels/deps)
5050
if sys.version_info < (3, 12):
5151
pytest.skip("Notebook execution tests require Python 3.12 or newer")
52-
52+
5353
nb = nbformat.read(str(nb_path), as_version=4)
5454

5555
# Prefer the notebook's kernelspec if provided, otherwise let nbclient pick the default.

0 commit comments

Comments
 (0)