Skip to content

Commit 610aa68

Browse files
build: pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/bandit: 1.7.10 → 1.8.6](PyCQA/bandit@1.7.10...1.8.6) - [github.com/floatingpurr/sync_with_poetry: 1.2.0 → 1.2.1](floatingpurr/sync_with_poetry@1.2.0...1.2.1)
1 parent bf7d587 commit 610aa68

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
@@ -51,7 +51,7 @@ repos:
5151
- hooks:
5252
- id: black
5353
repo: https://github.com/psf/black
54-
rev: 24.10.0
54+
rev: 25.1.0
5555
- repo: https://github.com/pre-commit/mirrors-prettier
5656
hooks:
5757
- id: prettier
@@ -71,7 +71,7 @@ repos:
7171
# - id: prospector
7272
# exclude: ^(tests)/.+\.py$
7373
- repo: https://github.com/PyCQA/bandit
74-
rev: 1.7.10
74+
rev: 1.8.6
7575
hooks:
7676
- id: bandit
7777
args:
@@ -92,7 +92,7 @@ repos:
9292
# pass_filenames: false
9393
# always_run: true
9494
- repo: https://github.com/floatingpurr/sync_with_poetry
95-
rev: "1.2.0" # the revision or tag to clone at
95+
rev: "1.2.1" # the revision or tag to clone at
9696
hooks:
9797
- id: sync_with_poetry
9898
args: [] # optional args

0 commit comments

Comments
 (0)