Skip to content

Commit 6ad7918

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.3.4](astral-sh/ruff-pre-commit@v0.1.4...v0.3.4) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.9.0](pre-commit/mirrors-mypy@v1.6.1...v1.9.0)
1 parent c3e015e commit 6ad7918

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
@@ -25,14 +25,14 @@ repos:
2525
- id: trailing-whitespace
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.1.4
28+
rev: v0.3.4
2929
hooks:
3030
- id: ruff
3131
args: ["--fix", "--show-fixes"]
3232
- id: ruff-format
3333

3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.6.1
35+
rev: v1.9.0
3636
hooks:
3737
- id: mypy
3838
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)