Skip to content

Commit 2e08213

Browse files
pre-commit-ci[bot]codingjoe
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.29.1 → 1.30.0](adamchainz/django-upgrade@1.29.1...1.30.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.2 → v0.15.4](astral-sh/ruff-pre-commit@v0.15.2...v0.15.4)
1 parent c13c109 commit 2e08213

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
@@ -13,7 +13,7 @@ repos:
1313
- id: no-commit-to-branch
1414
args: [--branch, main]
1515
- repo: https://github.com/adamchainz/django-upgrade
16-
rev: 1.29.1
16+
rev: 1.30.0
1717
hooks:
1818
- id: django-upgrade
1919
- repo: https://github.com/djlint/djLint
@@ -31,7 +31,7 @@ repos:
3131
- mdformat-gfm-alerts
3232
exclude: '.github/agents/'
3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.15.2
34+
rev: v0.15.4
3535
hooks:
3636
- id: ruff-check
3737
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)