Skip to content

Commit 5e36fd2

Browse files
authored
Merge pull request #209 from roboflow/pre-commit-ci-update-config
chore(pre_commit): ⬆ pre_commit autoupdate
2 parents 7c3746e + 7c071b0 commit 5e36fd2

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
@@ -23,21 +23,21 @@ repos:
2323
- id: mixed-line-ending
2424

2525
- repo: https://github.com/PyCQA/bandit
26-
rev: '1.8.3'
26+
rev: '1.8.5'
2727
hooks:
2828
- id: bandit
2929
args: ["-c", "pyproject.toml"]
3030
additional_dependencies: ["bandit[toml]"]
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.11.12
33+
rev: v0.12.1
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --exit-non-zero-on-fix]
3737
- id: ruff-format
3838
types_or: [ python, pyi, jupyter]
3939

4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: 'v1.16.0'
41+
rev: 'v1.16.1'
4242
hooks:
4343
- id: mypy

0 commit comments

Comments
 (0)