Skip to content

Commit f6a0fcb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.8...v0.1.9) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)
1 parent e1f1c10 commit f6a0fcb

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
@@ -58,7 +58,7 @@ repos:
5858
- -d
5959
- '{extends: relaxed, rules: {line-length: {max: 90}}}'
6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.1.8
61+
rev: v0.1.9
6262
hooks:
6363
- id: ruff
6464
- id: ruff-format
@@ -74,7 +74,7 @@ repos:
7474
hooks:
7575
- id: validate-pyproject
7676
- repo: https://github.com/pre-commit/mirrors-mypy
77-
rev: v1.7.1
77+
rev: v1.8.0
7878
hooks:
7979
- id: mypy
8080
args: ["--config-file", "pyproject.toml"]

0 commit comments

Comments
 (0)