Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pre_commit_python_eol/bump_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
)

CACHE_SOURCE = "https://peps.python.org/api/release-cycle.json"
LOCAL_CACHE = Path("./cached_release_cycle.json")
LOCAL_CACHE = Path("./pre_commit_python_eol/cached_release_cycle.json")


def bump_cache() -> None:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pre_commit_python_eol/check_eol.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from packaging import specifiers, version

CACHED_RELEASE_CYCLE = Path("./cached_release_cycle.json")
CACHED_RELEASE_CYCLE = Path(__file__).parent / "cached_release_cycle.json"


class EOLPythonError(Exception): ... # noqa: D101
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.