Skip to content

Commit 38b4db6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.7 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.7...v0.15.9) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0)
1 parent 4730a3e commit 38b4db6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ repos:
6868
# Ruff is a code style and formatter
6969
# It works on files in-place
7070
- repo: https://github.com/astral-sh/ruff-pre-commit
71-
rev: v0.15.7
71+
rev: v0.15.9
7272
hooks:
7373
- id: ruff-check
7474
name: ruff
@@ -90,7 +90,7 @@ repos:
9090
# The project's documentation can be found at:
9191
# https://mypy.readthedocs.io/en/stable/index.html
9292
- repo: https://github.com/pre-commit/mirrors-mypy
93-
rev: v1.19.1
93+
rev: v1.20.0
9494
hooks:
9595
- id: mypy
9696
exclude: ^tests/.*$

0 commit comments

Comments
 (0)