Skip to content

Commit 244c7b9

Browse files
Update pre-commits (scientific-python#439)
1 parent e835b31 commit 244c7b9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@ repos:
1818
- id: mixed-line-ending
1919
- id: trailing-whitespace
2020

21+
- repo: https://github.com/pre-commit/mirrors-prettier
22+
rev: v2.7.1
23+
hooks:
24+
- id: prettier
25+
files: \.(css|md|yml|yaml)
26+
args: [--prose-wrap=preserve]
27+
2128
- repo: https://github.com/psf/black
2229
rev: 23.3.0
2330
hooks:
2431
- id: black
2532

2633
- repo: https://github.com/asottile/blacken-docs
27-
rev: v1.12.1
34+
rev: 1.15.0
2835
hooks:
2936
- id: blacken-docs
3037

31-
- repo: https://github.com/pre-commit/mirrors-prettier
32-
rev: v2.7.1
33-
hooks:
34-
- id: prettier
35-
files: \.(css|md|yml|yaml)
36-
args: [--prose-wrap=preserve]
37-
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.4.0
39+
rev: v3.9.0
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py38-plus]

0 commit comments

Comments
 (0)