Skip to content

Commit 3a0fa4c

Browse files
[pre-commit.ci] pre-commit autoupdate (#101)
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.3.5 → v0.4.3](astral-sh/ruff-pre-commit@v0.3.5...v0.4.3) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3ba30c7 commit 3a0fa4c

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
@@ -3,14 +3,14 @@ ci:
33
autoupdate_schedule: monthly
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v4.6.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- id: check-yaml
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.3.5"
13+
rev: "v0.4.3"
1414
hooks:
1515
- id: ruff
1616
args: ["--fix"]
@@ -20,7 +20,7 @@ repos:
2020
# - id: velin
2121
# args: ["--write", "--compact"]
2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.9.0
23+
rev: v1.10.0
2424
hooks:
2525
- id: mypy
2626
# Copied from setup.cfg

0 commit comments

Comments
 (0)