Skip to content

Commit 8e52faf

Browse files
[pre-commit.ci] pre-commit autoupdate (#484)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/nbQA-dev/nbQA: 1.7.1 → 1.8.5](nbQA-dev/nbQA@1.7.1...1.8.5) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 444fee9 commit 8e52faf

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ updates:
44
# directory: "/"
55
# schedule:
66
# interval: daily
7-
- package-ecosystem: 'github-actions'
8-
directory: '/'
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
99
schedule:
1010
# Check for updates once a week
11-
interval: 'weekly'
11+
interval: "weekly"

.github/workflows/nightly-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: nightly-build
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 0 * * *' # Daily “At 00:00”
6+
- cron: "0 0 * * *" # Daily “At 00:00”
77

88
jobs:
99
build:

.github/workflows/trigger-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
artifact_name: book-zip-${{ needs.find-pull-request.outputs.number }}
1919
destination_dir: _preview/${{ needs.find-pull-request.outputs.number }} # deploy to subdirectory labeled with PR number
20-
is_preview: 'true'
20+
is_preview: "true"
2121
cname: foundations.projectpythia.org
2222

2323
preview-comment:

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -10,7 +10,7 @@ repos:
1010
- id: double-quote-string-fixer
1111

1212
- repo: https://github.com/psf/black
13-
rev: 23.12.1
13+
rev: 24.4.2
1414
hooks:
1515
- id: black
1616

@@ -20,7 +20,7 @@ repos:
2020
- id: blackdoc
2121

2222
- repo: https://github.com/PyCQA/flake8
23-
rev: 7.0.0
23+
rev: 7.1.0
2424
hooks:
2525
- id: flake8
2626

@@ -34,12 +34,12 @@ repos:
3434
- id: isort
3535

3636
- repo: https://github.com/pre-commit/mirrors-prettier
37-
rev: v3.1.0
37+
rev: v4.0.0-alpha.8
3838
hooks:
3939
- id: prettier
4040

4141
- repo: https://github.com/nbQA-dev/nbQA
42-
rev: 1.7.1
42+
rev: 1.8.5
4343
hooks:
4444
- id: nbqa-black
4545
additional_dependencies: [black]

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cff-version: 1.2.0
2-
message: 'If you use this resource, please cite it as below.'
2+
message: "If you use this resource, please cite it as below."
33
authors:
44
- family-names: Rose
55
given-names: Brian E. J.
@@ -69,6 +69,6 @@ authors:
6969
orcid: https://orcid.org/0000-0002-2666-8493
7070
website: https://github.com/anissa111
7171
affiliation: UCAR/NCAR
72-
title: 'Pythia Foundations'
72+
title: "Pythia Foundations"
7373
version: v2023.05.01
7474
doi: 10.5281/zenodo.7884571

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Pythia Foundations
55
author: the <a href="https://projectpythia.org/">Project Pythia</a> Community
66
logo: images/logos/pythia_logo-white-rtext.svg
77
8-
copyright: '2024'
8+
copyright: "2024"
99

1010
exclude_patterns:
1111
- README.md
@@ -91,15 +91,15 @@ sphinx:
9191
config:
9292
nb_execution_raise_on_error: true # raise exception in build if there are notebook errors (this flag is ignored if building on binder)
9393
linkcheck_request_headers:
94-
'https://docs.github.com/':
94+
"https://docs.github.com/":
9595
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0
9696
html_favicon: images/icons/favicon.ico
97-
html_last_updated_fmt: '%-d %B %Y'
97+
html_last_updated_fmt: "%-d %B %Y"
9898
html_theme: sphinx_pythia_theme
9999
html_permalinks_icon: '<i class="fas fa-link"></i>'
100100
html_theme_options:
101101
analytics:
102-
google_analytics_id: 'G-G57FLM9M46'
102+
google_analytics_id: "G-G57FLM9M46"
103103
home_page_in_toc: true
104104
repository_url: https://github.com/ProjectPythia/pythia-foundations # Online location of your book
105105
repository_branch: main # Which branch of the repository should be used when creating links (optional)

core/xarray.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![xarray Logo](https://docs.xarray.dev/en/stable/_static/Xarray_Logo_RGB_Final.svg 'xarray Logo')
1+
![xarray Logo](https://docs.xarray.dev/en/stable/_static/Xarray_Logo_RGB_Final.svg "xarray Logo")
22

33
# Xarray
44

0 commit comments

Comments
 (0)