Skip to content

Commit 07711c0

Browse files
pre-commit-ci[bot]djhoese
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.14...v0.15.4) - [github.com/PyCQA/bandit: 1.9.3 → 1.9.4](PyCQA/bandit@1.9.3...1.9.4) - [github.com/pycqa/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1)
1 parent b8c4b74 commit 07711c0

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.14.14'
5+
rev: 'v0.15.4'
66
hooks:
77
- id: ruff
88
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -13,7 +13,7 @@ repos:
1313
- id: check-yaml
1414
args: [--unsafe]
1515
- repo: https://github.com/PyCQA/bandit
16-
rev: '1.9.3' # Update me!
16+
rev: '1.9.4' # Update me!
1717
hooks:
1818
- id: bandit
1919
args: [--ini, .bandit]
@@ -32,7 +32,7 @@ repos:
3232
- pytest
3333
args: [ --warn-unused-configs ]
3434
- repo: https://github.com/pycqa/isort
35-
rev: 7.0.0
35+
rev: 8.0.1
3636
hooks:
3737
- id: isort
3838
language_version: python3

0 commit comments

Comments
 (0)