Skip to content

Commit ed6acf7

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/asottile/pyupgrade: v3.15.2 → v3.19.1](asottile/pyupgrade@v3.15.2...v3.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.11.4](astral-sh/ruff-pre-commit@v0.4.7...v0.11.4) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.15.0](pre-commit/mirrors-mypy@v1.10.0...v1.15.0)
1 parent c502c36 commit ed6acf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-toml
@@ -13,18 +13,18 @@ repos:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v3.15.2
16+
rev: v3.19.1
1717
hooks:
1818
- id: pyupgrade
1919
args: ["--py38-plus", "--keep-runtime-typing"]
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.4.7
21+
rev: v0.11.4
2222
hooks:
2323
- id: ruff
2424
args: ["--fix"]
2525
- id: ruff-format
2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.10.0
27+
rev: v1.15.0
2828
hooks:
2929
- id: mypy
3030
language_version: python

0 commit comments

Comments
 (0)