Skip to content

Commit 044bf28

Browse files
committed
docs: add check-eol-cached hook to README.md
1 parent 3b4ee19 commit 044bf28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@ Add this to your `.pre-commit-config.yaml`
2222
### `check-eol`
2323
Check `requires-python` against the current Python lifecycle & fail if an EOL version is included.
2424

25+
### `check-eol-cached`
26+
The same as `check-eol`, but deterministic. Caches EOL Python versions, which get updated when
27+
you update the hook.
28+
2529
## Python Version Support
2630
Starting with Python 3.11, a best attempt is made to support Python versions until they reach EOL, after which support will be formally dropped by the next minor or major release of this package, whichever arrives first. The status of Python versions can be found [here](https://devguide.python.org/versions/).

0 commit comments

Comments
 (0)