Skip to content

Commit ed821d9

Browse files
committed
Update distribution name to avoid issues with hatch
1 parent 2cc833f commit ed821d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,7 @@ <h3><code>pyproject.toml</code></h3>
15771577
<pre>
15781578
<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">
15791579
[project]
1580-
name = "pre-commit-workshop"
1580+
name = "custom-hook"
15811581
version = "0.1.0"
15821582
authors = [{name = "TODO", email = "TODO@TODO"},]
15831583
description = "A pre-commit hook created during the workshop."

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "pre-commit-workshop"
2+
name = "custom-hook"
33
version = "1.0.0"
44
dependencies = [
55
"pre-commit",

0 commit comments

Comments
 (0)