Skip to content

Commit 874e4bf

Browse files
Autoupdate pre-commit (#289)
1 parent 16f4e5e commit 874e4bf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # frozen: v4.4.0
6+
rev: c4a0b883114b00d8d76b479c820ce7950211c99b # frozen: v4.5.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -17,19 +17,19 @@ repos:
1717
- id: check-added-large-files
1818

1919
- repo: https://github.com/psf/black
20-
rev: e87737140f32d3cd7c44ede75f02dcd58e55820e # frozen: 23.9.1
20+
rev: 2a1c67e0b2f81df602ec1f6e7aeb030b9709dc7c # frozen: 23.11.0
2121
hooks:
2222
- id: black
2323

2424
- repo: https://github.com/pre-commit/mirrors-prettier
25-
rev: fc260393cc4ec09f8fc0a5ba4437f481c8b55dc1 # frozen: v3.0.3
25+
rev: ffb6a759a979008c0e6dff86e39f4745a2d9eac4 # frozen: v3.1.0
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: ac0449824100a11dbd880d9be7cfa55c4711b05a # frozen: v3.14.0
32+
rev: 1bbebc88c6925a4e56fd5446b830b12c38c1c24a # frozen: v3.15.0
3333
hooks:
3434
- id: pyupgrade
3535
args: [--py38-plus]

0 commit comments

Comments
 (0)