Skip to content

Commit cf92f91

Browse files
chore: update pre-commit hooks (#133)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.13...v0.12.0) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent accd224 commit cf92f91

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
@@ -51,7 +51,7 @@ repos:
5151
- id: trailing-whitespace
5252

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: "v0.11.13"
54+
rev: "v0.12.0"
5555
hooks:
5656
- id: ruff
5757
types: [file, python]
@@ -79,7 +79,7 @@ repos:
7979
types: [file, python]
8080

8181
- repo: https://github.com/pre-commit/mirrors-mypy
82-
rev: 'v1.16.0'
82+
rev: 'v1.16.1'
8383
hooks:
8484
- id: mypy
8585
exclude: 'noxfile\.py|docs/conf\.py'

0 commit comments

Comments
 (0)