Skip to content

Commit 6a64d48

Browse files
[pre-commit.ci] pre-commit autoupdate (#113)
<!--pre-commit.ci start--> updates: - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.1](asottile/pyupgrade@v3.21.0...v3.21.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.3...v0.14.4) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b4a4576 commit 6a64d48

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
@@ -17,7 +17,7 @@ repos:
1717
- id: no-commit-to-branch
1818
args: [--branch, main]
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.21.0
20+
rev: v3.21.1
2121
hooks:
2222
- id: pyupgrade
2323
- repo: https://github.com/adamchainz/django-upgrade
@@ -34,7 +34,7 @@ repos:
3434
- mdformat-gfm
3535
- mdformat-gfm-alerts
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.14.3
37+
rev: v0.14.4
3838
hooks:
3939
- id: ruff-check
4040
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)