Skip to content

Commit 6a31044

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.15.21](astral-sh/ruff-pre-commit@v0.15.20...v0.15.21) - [github.com/pre-commit/mirrors-mypy: v2.1.0 → v2.3.0](pre-commit/mirrors-mypy@v2.1.0...v2.3.0)
1 parent 894c217 commit 6a31044

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
@@ -28,7 +28,7 @@ repos:
2828
- '-d {extends: default, rules: {line-length: disable, document-start: disable}}'
2929
- '-s'
3030
- repo: 'https://github.com/astral-sh/ruff-pre-commit'
31-
rev: v0.15.20
31+
rev: v0.15.21
3232
hooks:
3333
- id: ruff-check
3434
args:
@@ -54,7 +54,7 @@ repos:
5454
- '--check'
5555
- '--diff'
5656
- repo: 'https://github.com/pre-commit/mirrors-mypy'
57-
rev: v2.1.0
57+
rev: v2.3.0
5858
hooks:
5959
- id: mypy
6060
args:

0 commit comments

Comments
 (0)