Skip to content

Commit 1898faa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.7.0](astral-sh/ruff-pre-commit@v0.4.4...v0.7.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.12.1](pre-commit/mirrors-mypy@v1.10.0...v1.12.1)
1 parent 1f55a88 commit 1898faa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ exclude: ^tests/.*\.md|tests/.*\.rst|tests/.*\.xml|docs/apidocs/.*
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.6.0
8+
rev: v5.0.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
1212
- id: check-yaml
1313

1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.4.4
15+
rev: v0.7.0
1616
hooks:
1717
- id: ruff
1818
args: [--fix]
1919
- id: ruff-format
2020

2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.10.0
22+
rev: v1.12.1
2323
hooks:
2424
- id: mypy
2525
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)