We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc833f commit ed821d9Copy full SHA for ed821d9
2 files changed
index.html
@@ -1577,7 +1577,7 @@ <h3><code>pyproject.toml</code></h3>
1577
<pre>
1578
<code data-trim class="language-toml hide-line-numbers" data-line-numbers="1-23|2|3|4-6|8-9|15-19|21-23|13" data-fragment-index="1">
1579
[project]
1580
- name = "pre-commit-workshop"
+ name = "custom-hook"
1581
version = "0.1.0"
1582
authors = [{name = "TODO", email = "TODO@TODO"},]
1583
description = "A pre-commit hook created during the workshop."
pyproject.toml
@@ -1,5 +1,5 @@
1
2
-name = "pre-commit-workshop"
+name = "custom-hook"
3
version = "1.0.0"
4
dependencies = [
5
"pre-commit",
0 commit comments