Skip to content

Commit eb24bfe

Browse files
ci(pre-commit.ci): 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.7 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.7...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2)
1 parent 7393ec2 commit eb24bfe

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
@@ -7,21 +7,21 @@ default_install_hook_types: [pre-commit, commit-msg]
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- id: end-of-file-fixer
1414
- id: check-yaml
1515
- id: check-added-large-files
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.12.7
18+
rev: v0.13.3
1919
hooks:
2020
- id: ruff-check
2121
args: [--fix, --unsafe-fixes]
2222
- id: ruff-format
2323

2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.17.1
25+
rev: v1.18.2
2626
hooks:
2727
- id: mypy

0 commit comments

Comments
 (0)