Skip to content

Commit c0e8af4

Browse files
chore: update pre-commit hooks (#476)
updates: - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.6...v0.14.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a8abf47 commit c0e8af4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ repos:
6868
additional_dependencies: [tomli]
6969

7070
- repo: https://github.com/pre-commit/mirrors-mypy
71-
rev: 'v1.18.2'
71+
rev: 'v1.19.0'
7272
hooks:
7373
- id: mypy
7474
exclude: 'noxfile\.py|docs/conf\.py'
@@ -80,7 +80,7 @@ repos:
8080
types: [file, python]
8181

8282
- repo: https://github.com/astral-sh/ruff-pre-commit
83-
rev: "v0.14.6"
83+
rev: "v0.14.7"
8484
hooks:
8585
- id: ruff-check
8686
types: [file, python]

0 commit comments

Comments
 (0)