We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436993f commit 24a42dcCopy full SHA for 24a42dc
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ default_language_version:
14
repos:
15
16
- repo: https://github.com/pre-commit/pre-commit-hooks
17
- rev: v4.4.0
+ rev: v4.5.0
18
hooks:
19
- id: check-toml
20
- id: check-json
@@ -23,17 +23,17 @@ repos:
23
- id: trailing-whitespace
24
25
- repo: https://github.com/PyCQA/flake8
26
- rev: 6.0.0
+ rev: 6.1.0
27
28
- id: flake8
29
30
- repo: https://github.com/psf/black
31
- rev: 23.3.0
+ rev: 23.9.1
32
33
- id: black
34
35
- repo: https://github.com/pre-commit/mirrors-prettier
36
- rev: v3.0.0-alpha.9-for-vscode
+ rev: v3.0.3
37
38
- id: prettier
39
types_or: [scss, javascript]
0 commit comments