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 85793d6 commit 948cd0dCopy full SHA for 948cd0d
.pre-commit-config.yaml
@@ -2,12 +2,18 @@ repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
rev: 54a455f7ce629598b7535ff828fd5fb796f4b83f # frozen: v0.12.9
4
hooks:
5
- - id: ruff
+ - id: ruff-check
6
- id: ruff-format
7
- repo: https://github.com/astral-sh/uv-pre-commit
8
rev: f9572a6b06237978e1d52fad0ae55bac5e36da26 # frozen: 0.8.12
9
10
- id: uv-lock
11
+ - repo: https://github.com/codespell-project/codespell
12
+ rev: 63c8f8312b7559622c0d82815639671ae42132ac # frozen v2.4.1
13
+ hooks:
14
+ - id: codespell
15
+ additional_dependencies:
16
+ - tomli
17
- repo: https://github.com/pre-commit/pre-commit-hooks
18
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
19
0 commit comments