Skip to content

Commit acd9f3c

Browse files
Update all dependencies (#9)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a0dc789 commit acd9f3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717

1818
# ruff - linting + formatting
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: "v0.11.13"
20+
rev: "v0.12.1"
2121
hooks:
2222
- id: ruff
2323
name: ruff
@@ -26,7 +26,7 @@ repos:
2626

2727
# mypy - lint-like type checking
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.16.0
29+
rev: v1.16.1
3030
hooks:
3131
- id: mypy
3232
name: mypy
@@ -61,7 +61,7 @@ repos:
6161

6262
# bandit - find common security issues
6363
- repo: https://github.com/pycqa/bandit
64-
rev: 1.8.4
64+
rev: 1.8.5
6565
hooks:
6666
- id: bandit
6767
name: bandit

0 commit comments

Comments
 (0)