Skip to content

Commit 189c004

Browse files
chore: update pre-commit hooks (#264)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.1 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.1...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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 05ffa31 commit 189c004

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
@@ -66,7 +66,7 @@ repos:
6666

6767
# Lint and format Python code
6868
- repo: https://github.com/astral-sh/ruff-pre-commit
69-
rev: v0.15.1
69+
rev: v0.15.9
7070
hooks:
7171
- id: ruff-check
7272
# args: [--statistics]
@@ -75,7 +75,7 @@ repos:
7575
# args: [--diff]
7676

7777
- repo: https://github.com/pre-commit/mirrors-mypy
78-
rev: v1.19.1
78+
rev: v1.20.0
7979
hooks:
8080
- id: mypy
8181
additional_dependencies:

0 commit comments

Comments
 (0)