Skip to content

Commit 09fdd20

Browse files
[pre-commit.ci] pre-commit autoupdate (#408)
updates: - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.11 → v0.14.13](astral-sh/ruff-pre-commit@v0.14.11...v0.14.13) - [github.com/PyCQA/bandit: 1.9.2 → 1.9.3](PyCQA/bandit@1.9.2...1.9.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cfc3a58 commit 09fdd20

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
@@ -62,7 +62,7 @@ repos:
6262
# Black is a code style and formatter
6363
# It works on files in-place
6464
- repo: https://github.com/psf/black-pre-commit-mirror
65-
rev: 25.12.0
65+
rev: 26.1.0
6666
hooks:
6767
- id: black
6868

@@ -78,7 +78,7 @@ repos:
7878
# More information can be found in its documentation:
7979
# https://docs.astral.sh/ruff/
8080
- repo: https://github.com/astral-sh/ruff-pre-commit
81-
rev: v0.14.11
81+
rev: v0.14.13
8282
hooks:
8383
- id: ruff-check
8484
name: ruff
@@ -94,7 +94,7 @@ repos:
9494
# More information can be found in its documentation:
9595
# https://bandit.readthedocs.io/en/latest/
9696
- repo: https://github.com/PyCQA/bandit
97-
rev: 1.9.2
97+
rev: 1.9.3
9898
hooks:
9999
- id: bandit
100100
args: ["-r"]

0 commit comments

Comments
 (0)