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
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ ci:

repos:
- repo: https://github.com/adamchainz/blacken-docs
rev: "1.18.0"
rev: "1.19.1"
hooks:
- id: blacken-docs
additional_dependencies: [black==24.*]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.6.0"
rev: "v5.0.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -26,22 +26,22 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.1.0"
- repo: https://github.com/rbubley/mirrors-prettier
rev: "v3.5.3"
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json]
args: [--prose-wrap=always]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.6"
rev: "v0.11.9"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
- id: ruff-format

- repo: https://github.com/codespell-project/codespell
rev: "v2.3.0"
rev: "v2.4.1"
hooks:
- id: codespell

Expand All @@ -51,13 +51,13 @@ repos:
- id: shellcheck

- repo: https://github.com/abravalheri/validate-pyproject
rev: "v0.18"
rev: "v0.24.1"
hooks:
- id: validate-pyproject
additional_dependencies: ["validate-pyproject-schema-store[all]"]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.29.1"
rev: "0.33.0"
hooks:
- id: check-dependabot
- id: check-github-workflows
Expand Down
21 changes: 14 additions & 7 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## 1. Our Commitment

We are dedicated to fostering a respectful environment for everyone contributing to this project. We expect all participants to treat each other with respect, professionalism, and kindness.
We are dedicated to fostering a respectful environment for everyone contributing
to this project. We expect all participants to treat each other with respect,
professionalism, and kindness.

## 2. Expected Behavior

Expand All @@ -21,15 +23,20 @@ The following behaviors will not be tolerated:
- Sharing inappropriate content.

## 4. Reporting Violations
If you experience or witness any behavior that violates this Code of Conduct, please report it by contacting the project maintainers. All reports will be reviewed confidentially.

If you experience or witness any behavior that violates this Code of Conduct,
please report it by contacting the project maintainers. All reports will be
reviewed confidentially.

## 5. Enforcement
Violations of this Code of Conduct may result in actions such as warnings, temporary bans, or permanent exclusion from participation at the discretion of the maintainers.

Violations of this Code of Conduct may result in actions such as warnings,
temporary bans, or permanent exclusion from participation at the discretion of
the maintainers.

## Contact Info
Email: <nsidc@nsidc.org>
Organization: National Snow and Ice Data Center¹
Website: <https://nsidc.org/>
Date last modified: 01-22-2025

Email: <nsidc@nsidc.org> Organization: National Snow and Ice Data Center¹
Website: <https://nsidc.org/> Date last modified: 01-22-2025

¹Work performed under NASA contract 80GSFC23CA035.
Loading