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 0b0783b commit fe16b46Copy full SHA for fe16b46
.pre-commit-config.yaml
@@ -0,0 +1,13 @@
1
+# Learn more about this config here: https://pre-commit.com/
2
+
3
+# To enable these pre-commit hooks run: `uv tool install pre-commit`
4
+# or `pipx install pre-commit` or `brew install pre-commit`
5
+# Then in the project root directory run `pre-commit install`
6
7
+repos:
8
+ - repo: https://github.com/codespell-project/codespell
9
+ rev: v2.4.1
10
+ hooks:
11
+ - id: codespell # See pyproject.toml for args
12
+ additional_dependencies:
13
+ - tomli
0 commit comments