Skip to content

Commit 8f763c0

Browse files
Update all dependencies
1 parent acd9f3c commit 8f763c0

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.12.1"
20+
rev: "v0.12.7"
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.1
29+
rev: v1.17.0
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.5
64+
rev: 1.8.6
6565
hooks:
6666
- id: bandit
6767
name: bandit

0 commit comments

Comments
 (0)