Merge pull request #124 from jepler/pre-commit-ci-update-config

This commit is contained in:
Jeff Epler 2024-11-25 17:27:54 -06:00 committed by GitHub
commit f0a2a4b2e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -13,7 +13,7 @@ import json
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="}