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.
1 parent 61c4cc2 commit e0d4091Copy full SHA for e0d4091
.pre-commit-config.yaml
@@ -14,20 +14,20 @@ repos:
14
args: [--fix, lf]
15
- id: trailing-whitespace
16
- repo: https://github.com/pre-commit/mirrors-prettier
17
- rev: "v4.0.0-alpha.4"
+ rev: "v4.0.0-alpha.8"
18
hooks:
19
- id: prettier
20
exclude_types: ["markdown"]
21
- repo: https://github.com/PyCQA/isort
22
- rev: 5.13.0
+ rev: 5.13.2
23
24
- id: isort
25
- repo: https://github.com/asottile/pyupgrade
26
rev: v3.15.0
27
28
- id: pyupgrade
29
- repo: https://github.com/psf/black
30
- rev: 23.11.0
+ rev: 23.12.1
31
32
- name: black
33
id: black
0 commit comments