Skip to content

Commit 6d81d10

Browse files
chore: update pre-commit hooks (#162)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.4...v0.1.6) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.0](pre-commit/mirrors-mypy@v1.6.1...v1.7.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c8511e4 commit 6d81d10

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
@@ -34,7 +34,7 @@ repos:
3434
- id: trailing-whitespace
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: "v0.1.4"
37+
rev: "v0.1.6"
3838
hooks:
3939
- id: ruff
4040
args: ["--fix", "--show-fixes"]
@@ -43,7 +43,7 @@ repos:
4343

4444
# Checking static types
4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: "v1.6.1"
46+
rev: "v1.7.0"
4747
hooks:
4848
- id: mypy
4949
files: "setup.py"

0 commit comments

Comments
 (0)