Skip to content

Commit 7a94877

Browse files
chore: update pre-commit hooks (#181)
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.3 → v0.4.2](astral-sh/ruff-pre-commit@v0.3.3...v0.4.2) - [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 84ad109 commit 7a94877

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
@@ -19,7 +19,7 @@ ci:
1919
repos:
2020
# Standard hooks
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.5.0
22+
rev: v4.6.0
2323
hooks:
2424
- id: check-added-large-files
2525
- id: check-case-conflict
@@ -34,7 +34,7 @@ repos:
3434
- id: trailing-whitespace
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: "v0.3.3"
37+
rev: "v0.4.2"
3838
hooks:
3939
- id: ruff
4040
args: ["--fix", "--show-fixes"]
@@ -43,7 +43,7 @@ repos:
4343

4444
# Checking static types
4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: "v1.9.0"
46+
rev: "v1.10.0"
4747
hooks:
4848
- id: mypy
4949
files: "setup.py"

0 commit comments

Comments
 (0)