Skip to content

Commit eb22864

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.12...v0.12.2) - [github.com/PyCQA/bandit: 1.8.3 → 1.8.6](PyCQA/bandit@1.8.3...1.8.6) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1)
1 parent 315b0e5 commit eb22864

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.12'
5+
rev: 'v0.12.2'
66
hooks:
77
- id: ruff
88
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -13,12 +13,12 @@ repos:
1313
- id: check-yaml
1414
args: [--unsafe]
1515
- repo: https://github.com/PyCQA/bandit
16-
rev: '1.8.3' # Update me!
16+
rev: '1.8.6' # Update me!
1717
hooks:
1818
- id: bandit
1919
args: [--ini, .bandit]
2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: 'v1.16.0' # Use the sha / tag you want to point at
21+
rev: 'v1.16.1' # Use the sha / tag you want to point at
2222
hooks:
2323
- id: mypy
2424
additional_dependencies:

0 commit comments

Comments
 (0)