Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ab32d6e

Browse files
authoredMay 20, 2025
[pre-commit.ci] pre-commit autoupdate (#235)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.9 → v0.11.10](astral-sh/ruff-pre-commit@v0.11.9...v0.11.10) - [github.com/adamchainz/django-upgrade: 1.24.0 → 1.25.0](adamchainz/django-upgrade@1.24.0...1.25.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3cfe760 commit ab32d6e

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
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: 'v0.11.9'
29+
rev: 'v0.11.10'
3030
hooks:
3131
- id: ruff
3232
- repo: https://github.com/econchick/interrogate
@@ -43,7 +43,7 @@ repos:
4343
args:
4444
- --py3-plus
4545
- repo: https://github.com/adamchainz/django-upgrade
46-
rev: "1.24.0"
46+
rev: "1.25.0"
4747
hooks:
4848
- id: django-upgrade
4949
args: [--target-version, "3.2"]

0 commit comments

Comments
 (0)