Skip to content

Commit 3d14167

Browse files
authored
Merge pull request #1705 from roboflow/pre-commit-ci-update-config
chore(pre_commit): ⬆ pre_commit autoupdate
2 parents d075eb1 + 348069f commit 3d14167

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
@@ -25,14 +25,14 @@ repos:
2525
- id: mixed-line-ending
2626

2727
- repo: https://github.com/PyCQA/bandit
28-
rev: '1.7.10'
28+
rev: '1.8.0'
2929
hooks:
3030
- id: bandit
3131
args: ["-c", "pyproject.toml"]
3232
additional_dependencies: ["bandit[toml]"]
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.8.0
35+
rev: v0.8.1
3636
hooks:
3737
- id: ruff
3838
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)