Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ updates:
patterns:
- "*" # Group all Actions updates into a single larger pull request
schedule:
interval: monthly
interval: monthly
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ cython_debug/
.vscode/

# icepyx
.order_restart
.order_restart
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ repos:
ci:
autoupdate_schedule: monthly

# you can run `pre-commit autoupdate` to automatically update to the latest version of hooks!
# you can run `pre-commit autoupdate` to automatically update to the latest version of hooks!
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ keywords:
- Python
- open science
- NASA
license: BSD-3-Clause
license: BSD-3-Clause
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Thanks goes to these wonderful people [emoji key](https://allcontributors.org/do
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Coming soon...

# Contributing

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)

Our team follows the [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org), version 2.1, available at
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html).
Expand All @@ -38,4 +38,3 @@ Our full attribution guidelines are coming soon.

We use the [All Contributors Specification](https://allcontributors.org/docs/en/specification)
to recognize our incredible [contributor team](CONTRIBUTORS.md).

2 changes: 1 addition & 1 deletion code_of_conduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ For answers to common questions about this code of conduct, see the FAQ at
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
[Mozilla CoC]: https://github.com/mozilla/diversity
[FAQ]: https://www.contributor-covenant.org/faq
[translations]: https://www.contributor-covenant.org/translations
[translations]: https://www.contributor-covenant.org/translations
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fallback_version = "unknown"
##### LINTING, FORMATTING, TYPING #####

[tool.codespell]
ignore-words-list = "aok"
ignore-words-list = "aok, socio-economic"

[tool.pyright]
pythonVersion = "3.11"
Expand Down Expand Up @@ -149,4 +149,4 @@ ignore = [
# "*/tests/*" = ["E266"]

[tool.ruff.lint.isort]
force-sort-within-sections = true
force-sort-within-sections = true
Loading