Skip to content

Commit 7692ae4

Browse files
committed
Updated pre-commit
1 parent f105863 commit 7692ae4

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
@@ -11,7 +11,7 @@ repos:
1111
args: [--application-directories=.:src]
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
1313
# Ruff version.
14-
rev: v0.14.5
14+
rev: v0.14.9
1515
hooks:
1616
# Run the linter.
1717
- id: ruff
@@ -20,7 +20,7 @@ repos:
2020
- id: ruff-format
2121
args: [--line-length=79]
2222
- repo: https://github.com/PyCQA/bandit
23-
rev: '1.9.1'
23+
rev: '1.9.2'
2424
hooks:
2525
- id: bandit
2626
args: ["-c", "bandit.toml"]

0 commit comments

Comments
 (0)