Skip to content

Commit 74a4aad

Browse files
chore(deps): 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/astral-sh/ruff-pre-commit: v0.12.1 → v0.12.8](astral-sh/ruff-pre-commit@v0.12.1...v0.12.8) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.1](pre-commit/mirrors-mypy@v1.16.1...v1.17.1)
1 parent ba733ee commit 74a4aad

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
@@ -6,7 +6,7 @@ ci:
66
autoupdate_commit_msg: 'chore(deps): pre-commit autoupdate'
77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: check-yaml
1212
- id: check-toml
@@ -21,13 +21,13 @@ repos:
2121
exclude: poetry.lock
2222
args: [--autofix, --trailing-commas]
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.12.1
24+
rev: v0.12.8
2525
hooks:
2626
- id: ruff
2727
args: [--fix]
2828
- id: ruff-format
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.16.1
30+
rev: v1.17.1
3131
hooks:
3232
- id: mypy
3333
additional_dependencies: [types-requests, types-setuptools]

0 commit comments

Comments
 (0)