Skip to content

Commit 963009c

Browse files
[pre-commit.ci] pre-commit autoupdate (#1129)
<!--pre-commit.ci start--> updates: - [github.com/tox-dev/tox-ini-fmt: 1.4.1 → 1.5.0](tox-dev/tox-ini-fmt@1.4.1...1.5.0) - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cf89b2c commit 963009c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: pyproject-fmt
2323
- repo: https://github.com/tox-dev/tox-ini-fmt
24-
rev: 1.4.1
24+
rev: 1.5.0
2525
hooks:
2626
- id: tox-ini-fmt
2727
- repo: https://github.com/rstcheck/rstcheck
@@ -46,7 +46,7 @@ repos:
4646
- id: django-upgrade
4747
args: [--target-version, '4.2']
4848
- repo: https://github.com/psf/black-pre-commit-mirror
49-
rev: 24.10.0
49+
rev: 25.1.0
5050
hooks:
5151
- id: black
5252
- repo: https://github.com/adamchainz/blacken-docs
@@ -56,7 +56,7 @@ repos:
5656
additional_dependencies:
5757
- black==23.1.0
5858
- repo: https://github.com/pycqa/isort
59-
rev: 5.13.2
59+
rev: 6.0.0
6060
hooks:
6161
- id: isort
6262
name: isort (python)

src/django_mysql/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def default_key_func(key, key_prefix, version):
8383

8484

8585
def get_reverse_key_func(
86-
reverse_key_func: str | Callable[[str], tuple[str, str, int]] | None
86+
reverse_key_func: str | Callable[[str], tuple[str, str, int]] | None,
8787
) -> Callable[[str], tuple[str, str, int]] | None:
8888
"""
8989
Function to decide which reverse key function to use

0 commit comments

Comments
 (0)