Skip to content

Commit

Permalink
Deployed to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 18, 2023
1 parent 2f65d93 commit 640b647
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions all-hooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -5643,6 +5643,17 @@
"types": [
"text"
]
},
{
"id": "alphabetize-codeowners",
"name": "Alphabetize Codeowners",
"description": "Alphabetize GitHub CODEOWNERS files to list owners in the same order",
"entry": "alphabetize-codeowners",
"language": "python",
"types": [
"text"
],
"files": "^(CODEOWNERS|\\.github/CODEOWNERS|docs/CODEOWNERS)$"
}
],
"https://github.com/snok/pep585-upgrade": [
Expand Down
4 changes: 4 additions & 0 deletions hooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -3207,6 +3207,10 @@ <h3 data-repo="https://github.com/sirosen/texthooks">
<code>macro-expand</code>
- Perform simple macro replacements in text files
</li>
<li data-id="alphabetize-codeowners" data-types="text">
<code>alphabetize-codeowners</code>
- Alphabetize GitHub CODEOWNERS files to list owners in the same order
</li>
</ul>
<h3 data-repo="https://github.com/snok/pep585-upgrade">
<a href="https://github.com/snok/pep585-upgrade" target="_blank">
Expand Down

0 comments on commit 640b647

Please sign in to comment.