Skip to content

Commit 91b0edd

Browse files
[pre-commit.ci] pre-commit autoupdate (#67)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: 2c9f875913ee60ca25ce70243dc24d5b6415598c → cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b](pre-commit/pre-commit-hooks@2c9f875...cef0300) - [github.com/psf/black: 3702ba224ecffbcec30af640c149f231d90aebdb → 1b2427a2b785cc4aac97c19bb4b9a0de063f9547](psf/black@3702ba2...1b2427a) - [github.com/asottile/blacken-docs: 4c97c4a0d921007af6fefae92d8447cfbf63720b → 78a9dcbecf4f755f65d1f3dec556bc249d723600](adamchainz/blacken-docs@4c97c4a...78a9dcb) - [github.com/asottile/pyupgrade: 32151ac97cbfd7f9dcd22e49516fb32266db45b4 → ce40a160603ab0e7d9c627ae33d7ef3906e2d2b2](asottile/pyupgrade@32151ac...ce40a16) * [pre-commit.ci 🤖] Apply code format tools to PR --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8b64e1c commit 91b0edd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
6+
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-ast
@@ -26,17 +26,17 @@ repos:
2626
args: [--prose-wrap=preserve]
2727

2828
- repo: https://github.com/psf/black
29-
rev: 3702ba224ecffbcec30af640c149f231d90aebdb # frozen: 24.4.2
29+
rev: 1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # frozen: 24.10.0
3030
hooks:
3131
- id: black
3232

3333
- repo: https://github.com/asottile/blacken-docs
34-
rev: 4c97c4a0d921007af6fefae92d8447cfbf63720b # frozen: 1.18.0
34+
rev: 78a9dcbecf4f755f65d1f3dec556bc249d723600 # frozen: 1.19.1
3535
hooks:
3636
- id: blacken-docs
3737

3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: 32151ac97cbfd7f9dcd22e49516fb32266db45b4 # frozen: v3.16.0
39+
rev: ce40a160603ab0e7d9c627ae33d7ef3906e2d2b2 # frozen: v3.19.1
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py38-plus]

0 commit comments

Comments
 (0)