python-peps/pep_sphinx_extensions/tests/pep_lint
Adam Turner 814ceede97
Lint: Add ``check-peps.py`` (#3275)
``check-peps`` codifies the rules in PEP 1 and PEP 12 into a single
place containing all of the PEP-specific checks. These are primarily
header and metadata validation, and ensuring that direct links to
RFCs and PEPs aren't used.

Reviewed-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Reviewed-by: C.A.M. Gerlach <cam.gerlach@gerlach.cam>
2023-09-05 04:44:46 +01:00
..
__init__.py
test_date.py
test_direct_links.py
test_email.py
test_headers.py Lint: Add ``check-peps.py`` (#3275) 2023-09-05 04:44:46 +01:00
test_pep_lint.py
test_pep_number.py
test_post_url.py