We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7541da5 commit a807f05Copy full SHA for a807f05
1 file changed
.pre-commit-config.yaml
@@ -17,15 +17,15 @@ repos:
17
args: [--fix=lf]
18
- id: requirements-txt-fixer
19
- repo: https://github.com/paulhfischer/prettier-config
20
- rev: v1.13.0
+ rev: v1.14.0
21
hooks:
22
- id: lint
23
- repo: https://github.com/paulhfischer/stylelint-config
24
- rev: v1.26.4
+ rev: v1.27.0
25
26
27
- repo: https://github.com/paulhfischer/eslint-config-javascript
28
- rev: v1.24.0
+ rev: v1.25.0
29
30
31
- repo: https://github.com/PyCQA/isort
@@ -37,7 +37,7 @@ repos:
37
38
- id: add-trailing-comma
39
- repo: https://github.com/psf/black
40
- rev: 26.3.0
+ rev: 26.3.1
41
42
- id: black
43
language_version: python3
0 commit comments