Skip to content

Commit 16f9606

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.6.0 → v3.9.0](asottile/pyupgrade@v3.6.0...v3.9.0) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/asottile/blacken-docs: 1.13.0 → 1.15.0](adamchainz/blacken-docs@1.13.0...1.15.0) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1)
1 parent 7a2d270 commit 16f9606

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ repos:
1212
- id: check-merge-conflict
1313

1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.6.0
15+
rev: v3.9.0
1616
hooks:
1717
- id: pyupgrade
1818
args: [--py37-plus]
1919

2020
- repo: https://github.com/psf/black
21-
rev: 23.3.0
21+
rev: 23.7.0
2222
hooks:
2323
- id: black
2424

2525
- repo: https://github.com/asottile/blacken-docs
26-
rev: 1.13.0
26+
rev: 1.15.0
2727
hooks:
2828
- id: blacken-docs
2929
additional_dependencies:
@@ -45,7 +45,7 @@ repos:
4545
- flake8-typing-imports
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.3.0
48+
rev: v1.4.1
4949
hooks:
5050
- id: mypy
5151
files: ^redis_search_django/

0 commit comments

Comments
 (0)