We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a2d270 + 16f9606 commit d0fd820Copy full SHA for d0fd820
.pre-commit-config.yaml
@@ -12,18 +12,18 @@ repos:
12
- id: check-merge-conflict
13
14
- repo: https://github.com/asottile/pyupgrade
15
- rev: v3.6.0
+ rev: v3.9.0
16
hooks:
17
- id: pyupgrade
18
args: [--py37-plus]
19
20
- repo: https://github.com/psf/black
21
- rev: 23.3.0
+ rev: 23.7.0
22
23
- id: black
24
25
- repo: https://github.com/asottile/blacken-docs
26
- rev: 1.13.0
+ rev: 1.15.0
27
28
- id: blacken-docs
29
additional_dependencies:
@@ -45,7 +45,7 @@ repos:
45
- flake8-typing-imports
46
47
- repo: https://github.com/pre-commit/mirrors-mypy
48
- rev: v1.3.0
+ rev: v1.4.1
49
50
- id: mypy
51
files: ^redis_search_django/
0 commit comments