8000 Add support for topic indices by AA-Turner · Pull Request #2579 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

Add support for topic indices #2579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jun 18, 2022
Prev Previous commit
Next Next commit
Trois
  • Loading branch information
AA-Turner committed Jun 8, 2022
commit 3582a19b64194b24a8b27d49337e11f8b8e625bb
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@ repos:
- id: validate-topic
name: "'Topic' must be for a valid sub-index"
language: pygrep
entry: '^Topic:(?:(?! +(Packaging|Typing)$))'
args: [ '--negate', '--multiline' ]
entry: '^Topic:(?:(?! +(Packaging|Typing|Packaging, Typing)$))'
files: '^pep-\d+\.(rst|txt)$'
types: [text]

Expand Down
0