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 971d099 commit 33e0ebaCopy full SHA for 33e0eba
pre_commit_python_eol/check_eol.py
@@ -14,7 +14,7 @@
14
15
from packaging import specifiers, version
16
17
-CACHED_RELEASE_CYCLE = Path(__file__) / "cached_release_cycle.json"
+CACHED_RELEASE_CYCLE = Path(__file__).parent / "cached_release_cycle.json"
18
19
20
class EOLPythonError(Exception): ... # noqa: D101
0 commit comments