Skip to content

Commit 1f036ca

Browse files
chore(pre-commit): autoupdate hooks
updates: - [github.com/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0) - [github.com/pycqa/bandit: 1.7.5 → 1.7.6](PyCQA/bandit@1.7.5...1.7.6) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.7](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.7)
1 parent cbf39bf commit 1f036ca

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
@@ -18,7 +18,7 @@ repos:
1818
- id: check-added-large-files
1919

2020
- repo: https://github.com/psf/black
21-
rev: 23.11.0
21+
rev: 23.12.0
2222
hooks:
2323
- id: black
2424
types:
@@ -32,14 +32,14 @@ repos:
3232
- python
3333

3434
- repo: https://github.com/pycqa/bandit
35-
rev: 1.7.5
35+
rev: 1.7.6
3636
hooks:
3737
- id: bandit
3838
args: ["-ll"]
3939
files: .py$
4040

4141
- repo: https://github.com/pre-commit/mirrors-prettier
42-
rev: v3.1.0
42+
rev: v4.0.0-alpha.7
4343
hooks:
4444
- id: prettier
4545
types_or: [javascript]

0 commit comments

Comments
 (0)