Skip to content

Commit bdcc6c5

Browse files
ci: [pre-commit.ci] autoupdate (#233)
updates: - [github.com/crate-ci/typos: typos-dict-v0.11.37 → dictgen-v0.3.1](crate-ci/typos@typos-dict-v0.11.37...dictgen-v0.3.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.1...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 04bc4cf commit bdcc6c5

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
@@ -5,13 +5,13 @@ ci:
55

66
repos:
77
- repo: https://github.com/crate-ci/typos
8-
rev: typos-dict-v0.11.37
8+
rev: dictgen-v0.3.1
99
hooks:
1010
- id: typos
1111
args: []
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.8.1
14+
rev: v0.8.6
1515
hooks:
1616
- id: ruff
1717
args: ["--fix", "--unsafe-fixes"]
@@ -23,7 +23,7 @@ repos:
2323
- id: validate-pyproject
2424

2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.13.0
26+
rev: v1.14.1
2727
hooks:
2828
- id: mypy
2929
files: "^src/"

0 commit comments

Comments
 (0)