Skip to content

Commit f4422f1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 43159e1 commit f4422f1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Snakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ conf_default_file = os.path.join(workflow.current_basedir, "config/config.defaul
1818
if not exists(conf_file) and exists(conf_default_file):
1919
copyfile(conf_default_file, conf_file)
2020

21+
2122
configfile: "config/config.default.yaml"
2223
configfile: "config/config.yaml"
2324

doc/release_notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Release Notes
99

1010
.. Upcoming Release
1111
.. ================
12-
..
12+
..
1313
1414
PyPSA-Eur 0.10.0 (19th February 2024)
1515
=====================================

doc/tutorial_sector.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ successfully.
370370
4 -> 60
371371
23 -> 61
372372
4 -> 61
373-
}
373+
}
374374

375375
|
376376
@@ -809,7 +809,7 @@ workflow:
809809
4 -> 85
810810
71 -> 86
811811
4 -> 86
812-
}
812+
}
813813

814814
|
815815

0 commit comments

Comments
 (0)