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.
1 parent d0fd820 commit 5d401d1Copy full SHA for 5d401d1
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ 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]
@@ -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
additional_dependencies:
@@ -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.0
49
50
- id: mypy
51
files: ^redis_search_django/
0 commit comments