Skip to content

Commit e9946d6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.8...v0.11.12) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0)
1 parent 47f3fae commit e9946d6

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
@@ -2,7 +2,7 @@ exclude: '^$'
22
fail_fast: false
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: 'v0.11.8'
5+
rev: 'v0.11.12'
66
hooks:
77
- id: ruff
88
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -18,7 +18,7 @@ repos:
1818
- id: bandit
1919
args: [--ini, .bandit]
2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: 'v1.15.0' # Use the sha / tag you want to point at
21+
rev: 'v1.16.0' # Use the sha / tag you want to point at
2222
hooks:
2323
- id: mypy
2424
additional_dependencies:

0 commit comments

Comments
 (0)