Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 752ef03

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/rbubley/mirrors-prettier: 787fb9f542b140ba0b2aced38e6a3e68021647a3 → 5ba47274f9b181bce26a5150a725577f3c336011](rbubley/mirrors-prettier@787fb9f...5ba4727) - [github.com/asottile/pyupgrade: ce40a160603ab0e7d9c627ae33d7ef3906e2d2b2 → 37bfa06d791fd38fb4e54910b36a2ff57641b074](asottile/pyupgrade@ce40a16...37bfa06)
1 parent 7fe6758 commit 752ef03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ repos:
2222
- id: black
2323

2424
- repo: https://github.com/rbubley/mirrors-prettier
25-
rev: 787fb9f542b140ba0b2aced38e6a3e68021647a3 # frozen: v3.5.3
25+
rev: 5ba47274f9b181bce26a5150a725577f3c336011 # frozen: v3.6.2
2626
hooks:
2727
- id: prettier
2828
files: \.(md|yml|yaml)
2929
args: [--prose-wrap=preserve]
3030

3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: ce40a160603ab0e7d9c627ae33d7ef3906e2d2b2 # frozen: v3.19.1
32+
rev: 37bfa06d791fd38fb4e54910b36a2ff57641b074 # frozen: v3.20.0
3333
hooks:
3434
- id: pyupgrade
3535
args: [--py38-plus]

0 commit comments

Comments
 (0)