Merge pull request #124 from jepler/pre-commit-ci-update-config
This commit is contained in:
commit
f0a2a4b2e4
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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="}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue