Skip to content

Commit

Permalink
add hf radar, national_platforms and slow but accurate glider metric
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Apr 3, 2024
1 parent d19e7b5 commit 81bf01c
Show file tree
Hide file tree
Showing 9 changed files with 1,357 additions and 41 deletions.
32 changes: 26 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
exclude: |
(?x)^(
GTS_Totals_weather_act.ipynb|
IOOS_BTN.ipynb|
btn_metrics.py|
gts_atn_metrics.py|
read_bufr.py|
website/.*
)$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
Expand All @@ -8,12 +18,6 @@ repos:
- id: end-of-file-fixer
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 24.3.0
hooks:
- id: black
language_version: python3

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
Expand All @@ -31,6 +35,22 @@ repos:
args: ["--fix", "--show-fixes"]
- id: ruff-format

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.5
hooks:
- id: nbqa-check-ast
- id: nbqa-black
- id: nbqa-ruff
args: [
--fix,
--config=ruff.toml,
]

- repo: https://github.com/bdice/nb-strip-paths
rev: v0.1.0
hooks:
- id: nb-strip-paths

ci:
autofix_commit_msg: |
[pre-commit.ci] auto fixes from pre-commit.com hooks
Expand Down
Loading

0 comments on commit 81bf01c

Please sign in to comment.