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 c6e400b commit fa1340fCopy full SHA for fa1340f
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
15
# Source code spell checker
16
- repo: https://github.com/crate-ci/typos
17
- rev: typos-dict-v0.11.37
+ rev: dictgen-v0.3.1
18
hooks:
19
- id: typos
20
@@ -27,7 +27,7 @@ repos:
27
28
# Static type checker
29
- repo: https://github.com/RobertCraigie/pyright-python
30
- rev: v1.1.390
+ rev: v1.1.391
31
32
- id: pyright
33
@@ -39,7 +39,7 @@ repos:
39
40
# An extremely fast Python linter
41
- repo: https://github.com/charliermarsh/ruff-pre-commit
42
- rev: v0.8.2
+ rev: v0.9.1
43
44
# Run the linter.
45
- id: ruff
0 commit comments