Skip to content

Commit af5e254

Browse files
Merge pull request #319 from canonical/renovate/auto-patch-pre-commit-hooks
chore(deps): update pre-commit hooks (patch)
2 parents 01f8363 + 289dcee commit af5e254

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ repos:
2121
- id: isort
2222
name: isort (python)
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.13.0
24+
rev: v0.13.2
2525
hooks:
2626
- id: ruff
2727
args: [--fix, --exit-non-zero-on-fix]
2828
- id: ruff-format
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.18.1
30+
rev: v1.18.2
3131
hooks:
3232
- id: mypy
3333
args: ["--config-file", "pyproject.toml"]

0 commit comments

Comments
 (0)