Skip to content

Commit 4f407b2

Browse files
chore: update pre-commit hooks (#189)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.9...v0.15.12) - [github.com/pre-commit/mirrors-mypy: v1.20.0 → v1.20.2](pre-commit/mirrors-mypy@v1.20.0...v1.20.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cc5b9d9 commit 4f407b2

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
@@ -53,7 +53,7 @@ repos:
5353
- id: trailing-whitespace
5454

5555
- repo: https://github.com/astral-sh/ruff-pre-commit
56-
rev: "v0.15.9"
56+
rev: "v0.15.12"
5757
hooks:
5858
- id: ruff-check
5959
types: [file, python]
@@ -81,7 +81,7 @@ repos:
8181
types: [file, python]
8282

8383
- repo: https://github.com/pre-commit/mirrors-mypy
84-
rev: 'v1.20.0'
84+
rev: 'v1.20.2'
8585
hooks:
8686
- id: mypy
8787
exclude: 'noxfile\.py|docs/conf\.py'

0 commit comments

Comments
 (0)