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 d57ce88 commit 3a3ee25Copy full SHA for 3a3ee25
ātemplate/docs/developer.md.jinjaā
@@ -3,7 +3,7 @@
3
## Hatch
4
5
We use [Hatch](https://hatch.pypa.io/latest) to set up environments and scripts for most developer tasks.
6
-To see a table of the available environmens and their scripts, run:
+To see a table of the available environments and their scripts, run:
7
8
hatch env show
9
@@ -32,7 +32,7 @@ You can install the [pre-commit](https://pre-commit.com/) hooks with:
32
33
Or run them via:
34
35
- hatch run precommit:install
+ hatch run precommit:run
36
37
From the extensive [Ruff ruleset](https://docs.astral.sh/ruff/rules/) that Hatch uses, we ignore the following globally:
38
0 commit comments