You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,5 +22,9 @@ Add this to your `.pre-commit-config.yaml`
22
22
### `check-eol`
23
23
Check `requires-python` against the current Python lifecycle & fail if an EOL version is included.
24
24
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
+
25
29
## Python Version Support
26
30
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