We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fd820 commit 198c1ddCopy full SHA for 198c1dd
.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.9.0
+ rev: v3.10.1
16
hooks:
17
- id: pyupgrade
18
args: [--py37-plus]
19
20
- repo: https://github.com/psf/black
21
- rev: 23.7.0
+ rev: 23.9.1
22
23
- id: black
24
25
- repo: https://github.com/asottile/blacken-docs
26
- rev: 1.15.0
+ rev: 1.16.0
27
28
- id: blacken-docs
29
additional_dependencies:
@@ -35,7 +35,7 @@ repos:
35
- id: isort
36
37
- repo: https://github.com/PyCQA/flake8
38
- rev: 6.0.0
+ rev: 6.1.0
39
40
- id: flake8
41
@@ -45,7 +45,7 @@ repos:
45
- flake8-typing-imports
46
47
- repo: https://github.com/pre-commit/mirrors-mypy
48
- rev: v1.4.1
+ rev: v1.5.1
49
50
- id: mypy
51
files: ^redis_search_django/
0 commit comments