Skip to content

Commit 33e0eba

Browse files
committed
c
1 parent 971d099 commit 33e0eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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(__file__) / "cached_release_cycle.json"
17+
CACHED_RELEASE_CYCLE = Path(__file__).parent / "cached_release_cycle.json"
1818

1919

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

0 commit comments

Comments
 (0)