Skip to content

Commit f0a2a4b

Browse files
authored
Merge pull request #124 from jepler/pre-commit-ci-update-config
2 parents 6638b6b + fe8dd90 commit f0a2a4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ repos:
1616
- id: trailing-whitespace
1717
exclude: test/wwvbgen_testcases
1818
- repo: https://github.com/fsfe/reuse-tool
19-
rev: v4.0.3
19+
rev: v5.0.2
2020
hooks:
2121
- id: reuse
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
2323
# Ruff version.
24-
rev: v0.7.3
24+
rev: v0.8.0
2525
hooks:
2626
# Run the linter.
2727
- id: ruff

src/wwvb/iersdata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
import platformdirs
1515

16-
__all__ = ["DUT1_DATA_START", "DUT1_OFFSETS", "start", "span", "end"]
16+
__all__ = ["DUT1_DATA_START", "DUT1_OFFSETS", "end", "span", "start"]
1717

1818
content: dict[str, str] = {"START": "1970-01-01", "OFFSETS_GZ": "H4sIAFNx1mYC/wMAAAAAAAAAAAA="}
1919

0 commit comments

Comments
 (0)