Skip to content

Commit 529d610

Browse files
[pre-commit.ci] pre-commit autoupdate (#167)
<!--pre-commit.ci start--> updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/adamchainz/django-upgrade: 1.29.0 → 1.29.1](adamchainz/django-upgrade@1.29.0...1.29.1) - [github.com/hukkin/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.3...v0.14.3) - [github.com/google/yamlfmt: v0.19.0 → v0.20.0](google/yamlfmt@v0.19.0...v0.20.0) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Johannes Maron <johannes@maron.family>
1 parent c5f4abc commit 529d610

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,31 @@ repos:
1414
- id: no-commit-to-branch
1515
args: [--branch, main]
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.20.0
17+
rev: v3.21.0
1818
hooks:
1919
- id: pyupgrade
2020
- repo: https://github.com/adamchainz/django-upgrade
21-
rev: 1.29.0
21+
rev: 1.29.1
2222
hooks:
2323
- id: django-upgrade
2424
- repo: https://github.com/hukkin/mdformat
25-
rev: 0.7.22
25+
rev: 1.0.0
2626
hooks:
2727
- id: mdformat
2828
additional_dependencies:
2929
- mdformat-ruff
30-
- mdformat-deflist
30+
- mdformat-ruff
3131
- mdformat-footnote
3232
- mdformat-gfm
3333
- mdformat-gfm-alerts
34-
- mdformat-tables
3534
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.13.3
35+
rev: v0.14.3
3736
hooks:
3837
- id: ruff-check
3938
args: [--fix, --exit-non-zero-on-fix]
4039
- id: ruff-format
4140
- repo: https://github.com/google/yamlfmt
42-
rev: v0.19.0
41+
rev: v0.20.0
4342
hooks:
4443
- id: yamlfmt
4544
ci:

0 commit comments

Comments
 (0)