Skip to content

Commit 6e23187

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.6.7](astral-sh/ruff-pre-commit@v0.1.14...v0.6.7) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.11.2](pre-commit/mirrors-mypy@v1.8.0...v1.11.2)
1 parent 4731a17 commit 6e23187

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
@@ -2,22 +2,22 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-toml
1010
- id: check-yaml
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.1.14
13+
rev: v0.6.7
1414
hooks:
1515
- id: ruff
1616
args: [--fix]
1717
- id: ruff-format
1818

1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v1.8.0
20+
rev: v1.11.2
2121
hooks:
2222
- id: mypy
2323
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)