diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 375553d..c8a1e8a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,12 +16,12 @@ repos: - id: trailing-whitespace exclude: test/wwvbgen_testcases - repo: https://github.com/fsfe/reuse-tool - rev: v4.0.3 + rev: v5.0.2 hooks: - id: reuse - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.7.3 + rev: v0.8.0 hooks: # Run the linter. - id: ruff diff --git a/src/wwvb/iersdata.py b/src/wwvb/iersdata.py index 4a33277..9d4cc3c 100644 --- a/src/wwvb/iersdata.py +++ b/src/wwvb/iersdata.py @@ -13,7 +13,7 @@ import platformdirs -__all__ = ["DUT1_DATA_START", "DUT1_OFFSETS", "start", "span", "end"] +__all__ = ["DUT1_DATA_START", "DUT1_OFFSETS", "end", "span", "start"] content: dict[str, str] = {"START": "1970-01-01", "OFFSETS_GZ": "H4sIAFNx1mYC/wMAAAAAAAAAAAA="}