Skip to content

Commit bf3993f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.14.0 β†’ v1.15.0](pre-commit/mirrors-mypy@v1.14.0...v1.15.0) - [github.com/asottile/dead: v1.5.2 β†’ v2.1.0](asottile/dead@v1.5.2...v2.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 β†’ v0.9.6](astral-sh/ruff-pre-commit@v0.8.4...v0.9.6) - [github.com/crate-ci/typos: v1.28.4 β†’ typos-dict-v0.12.5](crate-ci/typos@v1.28.4...typos-dict-v0.12.5)
1 parent c08c198 commit bf3993f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@ repos:
1515
- id: end-of-file-fixer
1616
- id: trailing-whitespace
1717
- repo: https://github.com/pre-commit/mirrors-mypy
18-
rev: v1.14.0
18+
rev: v1.15.0
1919
hooks:
2020
- id: mypy
2121
additional_dependencies:
2222
- types-requests
2323
- types-PyYAML
2424
- types-toml
2525
- repo: https://github.com/asottile/dead
26-
rev: v1.5.2
26+
rev: v2.1.0
2727
hooks:
2828
- id: dead
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.8.4
30+
rev: v0.9.6
3131
hooks:
3232
- id: ruff
3333
args:
3434
- --fix
3535
- --unsafe-fixes
3636
- id: ruff-format
3737
- repo: https://github.com/crate-ci/typos
38-
rev: v1.28.4
38+
rev: typos-dict-v0.12.5
3939
hooks:
4040
- id: typos

0 commit comments

Comments
Β (0)