We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e0eba commit d19bc95Copy full SHA for d19bc95
pre_commit_python_eol/bump_cache.py
@@ -18,7 +18,7 @@
18
)
19
20
CACHE_SOURCE = "https://peps.python.org/api/release-cycle.json"
21
-LOCAL_CACHE = Path("./cached_release_cycle.json")
+LOCAL_CACHE = Path("./pre_commit_python_eol/cached_release_cycle.json")
22
23
24
def bump_cache() -> None:
0 commit comments