Skip to content

Commit 971d099

Browse files
committed
c
1 parent 76d57cf commit 971d099

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

cached_release_cycle.json renamed to pre_commit_python_eol/cached_release_cycle.json

File renamed without changes.

pre_commit_python_eol/check_eol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from packaging import specifiers, version
1616

17-
CACHED_RELEASE_CYCLE = Path("./cached_release_cycle.json")
17+
CACHED_RELEASE_CYCLE = Path(__file__) / "cached_release_cycle.json"
1818

1919

2020
class EOLPythonError(Exception): ... # noqa: D101

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)