Skip to content

Commit de7eb85

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...v0.15.9) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0)
1 parent 1c6866d commit de7eb85

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
@@ -3,7 +3,7 @@ fail_fast: false
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
55
# Ruff version.
6-
rev: 'v0.15.4'
6+
rev: 'v0.15.9'
77
hooks:
88
- id: ruff
99
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -20,7 +20,7 @@ repos:
2020
- id: bandit
2121
args: [--ini, .bandit]
2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: 'v1.19.1' # Use the sha / tag you want to point at
23+
rev: 'v1.20.0' # Use the sha / tag you want to point at
2424
hooks:
2525
- id: mypy
2626
additional_dependencies:

0 commit comments

Comments
 (0)