Skip to content

Commit

Permalink
More metrics (#54)
Browse files Browse the repository at this point in the history
* add docstring

* add Regional Platforms

* remove TODO

* add regional_platforms

* add ott_projects

* add qartod

* add ioos_core_variables

* add ckanapi

* ignore .ipynb_checkpoints

* add metadata_records and ioos

* add pdfminer.six

* add mbon_projects and hab_pilot_projects

* refactor tests

* add fake-useragent

* use random fake agent

* add logging

* fix typo

* remove duplicated entry

* update pre-commits

* fail gracefully when a metric returns None
  • Loading branch information
ocefpaf authored Apr 3, 2024
1 parent d400a73 commit 5381080
Show file tree
Hide file tree
Showing 6 changed files with 1,016 additions and 384 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ bufr_messages/
website/deploy/gts_regional.html
website/deploy/gts_atn.html
/website/deploy/asset_inventory.html
.ipynb_checkpoints/
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.3.0
hooks:
- id: black
language_version: python3
Expand All @@ -25,7 +25,7 @@ repos:
- id: add-trailing-comma

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
rev: v0.3.5
hooks:
- id: ruff

Expand Down
Loading

0 comments on commit 5381080

Please sign in to comment.