Skip to content

Commit 58abeda

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.7...v0.15.4) - [github.com/PyCQA/bandit: 1.9.2 → 1.9.4](PyCQA/bandit@1.9.2...1.9.4) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) - [github.com/pycqa/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1)
1 parent f5bd750 commit 58abeda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.14.7'
6+
rev: 'v0.15.4'
77
hooks:
88
- id: ruff-check
99
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -14,12 +14,12 @@ repos:
1414
- id: check-yaml
1515
args: [--unsafe]
1616
- repo: https://github.com/PyCQA/bandit
17-
rev: '1.9.2' # Update me!
17+
rev: '1.9.4' # Update me!
1818
hooks:
1919
- id: bandit
2020
args: [--ini, .bandit]
2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: 'v1.19.0' # Use the sha / tag you want to point at
22+
rev: 'v1.19.1' # Use the sha / tag you want to point at
2323
hooks:
2424
- id: mypy
2525
additional_dependencies:
@@ -29,7 +29,7 @@ repos:
2929
- types-requests
3030
args: ["--python-version", "3.10", "--ignore-missing-imports"]
3131
- repo: https://github.com/pycqa/isort
32-
rev: 7.0.0
32+
rev: 8.0.1
3333
hooks:
3434
- id: isort
3535
language_version: python3

0 commit comments

Comments
 (0)