Skip to content

Commit eede7db

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent eba4055 commit eede7db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ 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:
@@ -33,13 +33,13 @@ repos:
3333
- mdformat-gfm-alerts
3434
- mdformat-tables
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.13.3
36+
rev: v0.14.3
3737
hooks:
3838
- id: ruff-check
3939
args: [--fix, --exit-non-zero-on-fix]
4040
- id: ruff-format
4141
- repo: https://github.com/google/yamlfmt
42-
rev: v0.19.0
42+
rev: v0.20.0
4343
hooks:
4444
- id: yamlfmt
4545
ci:

0 commit comments

Comments
 (0)