Skip to content

Commit fe4c7c8

Browse files
pre-commit autoupdate (materialsproject#3603)
updates: - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 12e0f89 commit fe4c7c8

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/code_of_conduct.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ members of the project's leadership.
6767

6868
## Attribution
6969

70-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4.
70+
This Code of Conduct is adapted from the [Contributor Covenant][contrib-cov], version 1.4.
7171

72-
[homepage]: "https://www.contributor-covenant.org/version/1/4/code-of-conduct.html"
72+
[contrib-cov]: https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
7373

7474
For answers to common questions about this code of conduct, see
75-
https://www.contributor-covenant.org/faq
75+
<https://contributor-covenant.org/faq>

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repos:
5858
args: [--disable, MD013, MD024, MD025, MD033, MD041, "--"]
5959

6060
- repo: https://github.com/kynan/nbstripout
61-
rev: 0.6.1
61+
rev: 0.7.1
6262
hooks:
6363
- id: nbstripout
6464
args: [--drop-empty-cells, --keep-output]

examples/aims_io/FHI-aims-example.ipynb

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"cell_type": "code",
55
"execution_count": null,
6-
"id": "8e09cccf-4335-4c59-bfa7-d3e3caeef404",
6+
"id": "0",
77
"metadata": {},
88
"outputs": [],
99
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "536af143-f892-4549-86d7-ff426ba265ed",
24+
"id": "1",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
@@ -35,7 +35,7 @@
3535
{
3636
"cell_type": "code",
3737
"execution_count": null,
38-
"id": "4d8d9fda-af37-45eb-971c-56fed59f3a27",
38+
"id": "2",
3939
"metadata": {},
4040
"outputs": [],
4141
"source": [
@@ -50,7 +50,7 @@
5050
{
5151
"cell_type": "code",
5252
"execution_count": null,
53-
"id": "8e67e134-84f8-4c35-afe4-87cd66e2e781",
53+
"id": "3",
5454
"metadata": {},
5555
"outputs": [],
5656
"source": [
@@ -84,7 +84,7 @@
8484
{
8585
"cell_type": "code",
8686
"execution_count": null,
87-
"id": "096337d6-871a-48dc-b4b3-a3c7c6fd812e",
87+
"id": "4",
8888
"metadata": {},
8989
"outputs": [],
9090
"source": [
@@ -99,7 +99,7 @@
9999
{
100100
"cell_type": "code",
101101
"execution_count": null,
102-
"id": "c9994cd2-5e45-4071-ab87-b6b3e3af1174",
102+
"id": "5",
103103
"metadata": {},
104104
"outputs": [],
105105
"source": [
@@ -111,7 +111,7 @@
111111
{
112112
"cell_type": "code",
113113
"execution_count": null,
114-
"id": "0c42a6c6-bb45-472f-a2cb-190cdd922047",
114+
"id": "6",
115115
"metadata": {},
116116
"outputs": [],
117117
"source": [

0 commit comments

Comments
 (0)