Skip to content

Commit 65fb6ea

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 1a64de0 commit 65fb6ea

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
@@ -14,7 +14,7 @@ repos:
1414
- id: no-commit-to-branch
1515
args: [--branch, main]
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.21.1
17+
rev: v3.21.2
1818
hooks:
1919
- id: pyupgrade
2020
- repo: https://github.com/adamchainz/django-upgrade
@@ -31,7 +31,7 @@ repos:
3131
- mdformat-gfm
3232
- mdformat-gfm-alerts
3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.14.5
34+
rev: v0.14.6
3535
hooks:
3636
- id: ruff-check
3737
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)