Skip to content

Commit bc7cb73

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.18.2](pre-commit/mirrors-mypy@v1.14.0...v1.18.2) - [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.13.1](astral-sh/ruff-pre-commit@v0.8.4...v0.13.1) - [github.com/crate-ci/typos: v1.28.4 → v1](crate-ci/typos@v1.28.4...v1)
1 parent c08c198 commit bc7cb73

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
hooks:
66
- id: check-hooks-apply
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: check-ast
1111
- id: check-builtin-literals
@@ -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.18.2
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.13.1
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: v1
3939
hooks:
4040
- id: typos

0 commit comments

Comments
 (0)