Skip to content

Commit daa90c0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3b0336b commit daa90c0

186 files changed

Lines changed: 176 additions & 10 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

disdrodb/_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
2121
See https://donfig.readthedocs.io/en/latest/configuration.html for more info.
2222
"""
23+
2324
from donfig import Config
2425

2526
from disdrodb.configs import read_configs

disdrodb/accessor/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
# -----------------------------------------------------------------------------.
1717
"""This directory defines DISDRODB xarray accessors."""
18+
1819
from .methods import DISDRODB_DataArray_Accessor, DISDRODB_Dataset_Accessor
1920

2021
__all__ = ["DISDRODB_DataArray_Accessor", "DISDRODB_Dataset_Accessor"]

disdrodb/accessor/methods.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
# -----------------------------------------------------------------------------.
1717
"""This module defines DISDRODB xarray accessors."""
18+
1819
import xarray as xr
1920

2021

disdrodb/api/checks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
# -----------------------------------------------------------------------------.
1919
"""DISDRODB Checks Functions."""
20+
2021
import datetime
2122
import difflib
2223
import logging

disdrodb/api/io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
# -----------------------------------------------------------------------------.
1919
"""Routines to list and open DISDRODB products."""
20+
2021
import datetime
2122
import os
2223
import shutil

disdrodb/api/path.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
# -----------------------------------------------------------------------------.
1919
"""Define paths within the DISDRODB infrastructure."""
20+
2021
import os
2122

2223
from disdrodb.configs import get_data_archive_dir, get_metadata_archive_dir

disdrodb/cli/disdrodb_check_metadata_archive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
# -----------------------------------------------------------------------------.
1717
"""Wrapper to check DISDRODB Metadata Archive Compliance from terminal."""
18+
1819
import sys
1920

2021
import click

disdrodb/cli/disdrodb_create_summary.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
# -----------------------------------------------------------------------------.
1717
"""Script to create summary figures and tables for a DISDRODB stationn."""
18+
1819
import sys
1920
from typing import Optional
2021

disdrodb/cli/disdrodb_create_summary_station.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
# -----------------------------------------------------------------------------.
1717
"""Script to create summary figures and tables for a DISDRODB station."""
18+
1819
import sys
1920
from typing import Optional
2021

disdrodb/cli/disdrodb_data_archive_directory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
# -----------------------------------------------------------------------------.
1919
"""Routine to print the DISDRODB Data Archive directory."""
20+
2021
import sys
2122

2223
import click

0 commit comments

Comments
 (0)