We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbf39bf + 1f036ca commit eb90c19Copy full SHA for eb90c19
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: check-added-large-files
19
20
- repo: https://github.com/psf/black
21
- rev: 23.11.0
+ rev: 23.12.0
22
hooks:
23
- id: black
24
types:
@@ -32,14 +32,14 @@ repos:
32
- python
33
34
- repo: https://github.com/pycqa/bandit
35
- rev: 1.7.5
+ rev: 1.7.6
36
37
- id: bandit
38
args: ["-ll"]
39
files: .py$
40
41
- repo: https://github.com/pre-commit/mirrors-prettier
42
- rev: v3.1.0
+ rev: v4.0.0-alpha.7
43
44
- id: prettier
45
types_or: [javascript]
0 commit comments