Skip to content

Commit

Permalink
pre-commit autoupdate (#3603)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pre-commit-ci[bot] authored Feb 5, 2024
1 parent 12e0f89 commit fe4c7c8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/code_of_conduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ members of the project's leadership.

## Attribution

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

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

For answers to common questions about this code of conduct, see
https://www.contributor-covenant.org/faq
<https://contributor-covenant.org/faq>
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ repos:
args: [--disable, MD013, MD024, MD025, MD033, MD041, "--"]

- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
rev: 0.7.1
hooks:
- id: nbstripout
args: [--drop-empty-cells, --keep-output]
14 changes: 7 additions & 7 deletions examples/aims_io/FHI-aims-example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "8e09cccf-4335-4c59-bfa7-d3e3caeef404",
"id": "0",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -21,7 +21,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "536af143-f892-4549-86d7-ff426ba265ed",
"id": "1",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -35,7 +35,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "4d8d9fda-af37-45eb-971c-56fed59f3a27",
"id": "2",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -50,7 +50,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "8e67e134-84f8-4c35-afe4-87cd66e2e781",
"id": "3",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -84,7 +84,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "096337d6-871a-48dc-b4b3-a3c7c6fd812e",
"id": "4",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -99,7 +99,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "c9994cd2-5e45-4071-ab87-b6b3e3af1174",
"id": "5",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -111,7 +111,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "0c42a6c6-bb45-472f-a2cb-190cdd922047",
"id": "6",
"metadata": {},
"outputs": [],
"source": [
Expand Down

0 comments on commit fe4c7c8

Please sign in to comment.