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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,10 @@ Add this to your `.pre-commit-config.yaml`
17
17
```
18
18
19
19
## Hooks
20
-
### `asdf`
21
-
Lorem ipsum dolor sit amet
20
+
**NOTE:** Only pyproject.toml is currently inspected. It is assumed that project metadata is supported per [PyPA Guidance](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/)
21
+
22
+
### `check-eol`
23
+
Check `requires-python` against the current Python lifecycle & fail if an EOL version is included.
22
24
23
25
## Python Version Support
24
26
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