Skip to content

Commit eb90c19

Browse files
authored
chore(pre-commit): autoupdate hooks (#78)
2 parents cbf39bf + 1f036ca commit eb90c19

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)