Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 18256c4

Browse files
[pre-commit.ci] pre-commit suggestions (#149)
* [pre-commit.ci] pre-commit suggestions updates: - [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](asottile/pyupgrade@v2.31.0...v2.31.1) - [github.com/executablebooks/mdformat: 0.7.11 → 0.7.14](hukkin/mdformat@0.7.11...0.7.14) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
1 parent 5235ab9 commit 18256c4

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
@@ -23,7 +23,7 @@ repos:
2323
- id: detect-private-key
2424

2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v2.31.0
26+
rev: v2.31.1
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py36-plus]
@@ -52,7 +52,7 @@ repos:
5252
- id: yesqa
5353

5454
- repo: https://github.com/executablebooks/mdformat
55-
rev: 0.7.11
55+
rev: 0.7.14
5656
hooks:
5757
- id: mdformat
5858
additional_dependencies:

0 commit comments

Comments
 (0)