Skip to content

Commit 73b4c9b

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent 529d610 commit 73b4c9b

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.0
17+
rev: v3.21.1
1818
hooks:
1919
- id: pyupgrade
2020
- repo: https://github.com/adamchainz/django-upgrade
@@ -32,7 +32,7 @@ repos:
3232
- mdformat-gfm
3333
- mdformat-gfm-alerts
3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.14.3
35+
rev: v0.14.4
3636
hooks:
3737
- id: ruff-check
3838
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)