Skip to content

Commit 95a8614

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.1...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
1 parent 7e31b15 commit 95a8614

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.8.1'
6+
rev: 'v0.8.6'
77
hooks:
88
- id: ruff
99
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -19,7 +19,7 @@ repos:
1919
- id: bandit
2020
args: [--ini, .bandit]
2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: 'v1.13.0' # Use the sha / tag you want to point at
22+
rev: 'v1.14.1' # Use the sha / tag you want to point at
2323
hooks:
2424
- id: mypy
2525
additional_dependencies:

0 commit comments

Comments
 (0)