Skip to content

Commit 464822a

Browse files
pre-commit-ci[bot]codingjoe
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.5...v0.14.6)
1 parent e6a976f commit 464822a

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.1
20+
rev: v3.21.2
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.5
37+
rev: v0.14.6
3838
hooks:
3939
- id: ruff-check
4040
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)