Skip to content

Commit 34b5c4f

Browse files
Deployed to github pages
1 parent 3e99394 commit 34b5c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h2 id="finding-hooks"> finding hooks <small><a href="#finding-hooks" class="
135135
<ul>
136136
<li>hooks which run on python files: <a href="https://sourcegraph.com/search?q=context:global+file:%5E.pre-commit-hooks.yaml%24+%22types:+%5Bpython%5D%22"><code>file:^\.pre-commit-hooks\.yaml$ &quot;types: [python]&quot;</code></a></li>
137137
<li>hooks which run on shell files: <a href="https://sourcegraph.com/search?q=context:global+file:%5E.pre-commit-hooks.yaml%24+%22types:+%5Bshell%5D%22"><code>file:^\.pre-commit-hooks\.yaml$ &quot;types: [shell]&quot;</code></a></li>
138-
<li>pre-commit configurations in popular projects: <a href="https://sourcegraph.com/search?q=context:global+file:%5E.pre-commit-hooks.yaml%24+%22types:+%5Bshell%5D%22"><code>file:^\.pre-commit-config\.yaml$</code></a></li>
138+
<li>pre-commit configurations in popular projects: <a href="https://sourcegraph.com/search?q=context:global+file:%5E.pre-commit-hooks.yaml%22"><code>file:^\.pre-commit-config\.yaml$</code></a></li>
139139
</ul>
140140
<p>you may also find <a href="https://github.com/search">github's search</a> useful as well, though its querying and
141141
sorting capabilities are quite limited plus it requires a login:</p>

0 commit comments

Comments
 (0)