Skip to content

Commit d3315d9

Browse files
authored
Fix glider names (#90)
* update * relock * skip conflicting ruff format rules * fix glider names * lint
1 parent 7e8a4c8 commit d3315d9

File tree

10 files changed

+18730
-20930
lines changed

10 files changed

+18730
-20930
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,16 @@ repos:
3636
- id: add-trailing-comma
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.4.6
39+
rev: v0.6.8
4040
hooks:
4141
- id: ruff
4242
args: ["--fix", "--show-fixes"]
4343
- id: ruff-format
4444

4545
- repo: https://github.com/nbQA-dev/nbQA
46-
rev: 1.8.5
46+
rev: 1.8.7
4747
hooks:
4848
- id: nbqa-check-ast
49-
- id: nbqa-black
5049
- id: nbqa-ruff
5150
args: [
5251
--fix,

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# ioos-metrics
22

3-
A library to compute and compile metrics about the U.S. Integrated Ocean Observing System (U.S. IOOS®). U.S. IOOS® is a vital tool for tracking, predicting, managing, and adapting to changes in our ocean, coastal and Great Lakes environment.
3+
A library to compute and compile metrics about the U.S. Integrated Ocean Observing System (U.S. IOOS®). U.S. IOOS® is a vital tool for tracking, predicting, managing, and adapting to changes in our ocean, coastal and Great Lakes environment.
44

55
Part of the intent of this repository is to create metrics for the [IOOS by the numbers](https://ioos.noaa.gov/about/ioos-by-the-numbers/).
66

7-
"IOOS by the Numbers" is was developed as a graphical representation of IOOS -- a system of includes our partnerships, research and observing components, and data management capabilities.
8-
This figure is an annually updated collection of numbers that show the breadth of the IOOS Program as it is growing and evolving.
9-
These data are obtained from multiple sources. The source for each value is captured in the functions defined at https://github.com/ioos/ioos_metrics/tree/main/ioos_metrics.
7+
"IOOS by the Numbers" is was developed as a graphical representation of IOOS -- a system of includes our partnerships, research and observing components, and data management capabilities.
8+
This figure is an annually updated collection of numbers that show the breadth of the IOOS Program as it is growing and evolving.
9+
These data are obtained from multiple sources. The source for each value is captured in the functions defined at https://github.com/ioos/ioos_metrics/tree/main/ioos_metrics.
1010

1111
## Installation instructions:
1212

0 commit comments

Comments
 (0)