Skip to content

Commit 560327f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.7.0...v0.7.1) - [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.13.0](pre-commit/mirrors-mypy@v1.12.1...v1.13.0)
1 parent fb0e326 commit 560327f

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
@@ -36,12 +36,12 @@ repos:
3636
hooks:
3737
- id: isort
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.7.0
39+
rev: v0.7.1
4040
hooks:
4141
- id: ruff
4242
args: [--fix, --exit-non-zero-on-fix]
4343
- repo: https://github.com/pre-commit/mirrors-mypy
44-
rev: v1.12.1
44+
rev: v1.13.0
4545
hooks:
4646
- id: mypy
4747
- repo: https://github.com/pycqa/bandit

0 commit comments

Comments
 (0)