Skip to content

Commit fa1340f

Browse files
committed
Auto commit after pre-commit upgrade
1 parent c6e400b commit fa1340f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414

1515
# Source code spell checker
1616
- repo: https://github.com/crate-ci/typos
17-
rev: typos-dict-v0.11.37
17+
rev: dictgen-v0.3.1
1818
hooks:
1919
- id: typos
2020

@@ -27,7 +27,7 @@ repos:
2727

2828
# Static type checker
2929
- repo: https://github.com/RobertCraigie/pyright-python
30-
rev: v1.1.390
30+
rev: v1.1.391
3131
hooks:
3232
- id: pyright
3333

@@ -39,7 +39,7 @@ repos:
3939

4040
# An extremely fast Python linter
4141
- repo: https://github.com/charliermarsh/ruff-pre-commit
42-
rev: v0.8.2
42+
rev: v0.9.1
4343
hooks:
4444
# Run the linter.
4545
- id: ruff

0 commit comments

Comments
 (0)