Skip to content

Commit a14e67d

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.7 → v0.4.10](astral-sh/ruff-pre-commit@v0.1.7...v0.4.10) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.10.0](pre-commit/mirrors-mypy@v1.7.1...v1.10.0)
1 parent 3893340 commit a14e67d

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
@@ -11,21 +11,21 @@ exclude: >
1111
repos:
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.5.0
14+
rev: v4.6.0
1515
hooks:
1616
- id: check-json
1717
- id: check-yaml
1818
- id: end-of-file-fixer
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.1.7
22+
rev: v0.4.10
2323
hooks:
2424
- id: ruff
2525
args: ["--fix", "--show-fixes"]
2626
- id: ruff-format
2727

2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.7.1
29+
rev: v1.10.0
3030
hooks:
3131
- id: mypy

0 commit comments

Comments
 (0)