Skip to content

Commit 5d401d1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.9.0 → v3.10.1](asottile/pyupgrade@v3.9.0...v3.10.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.0](pre-commit/mirrors-mypy@v1.4.1...v1.5.0)
1 parent d0fd820 commit 5d401d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

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

1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.9.0
15+
rev: v3.10.1
1616
hooks:
1717
- id: pyupgrade
1818
args: [--py37-plus]
@@ -35,7 +35,7 @@ repos:
3535
- id: isort
3636

3737
- repo: https://github.com/PyCQA/flake8
38-
rev: 6.0.0
38+
rev: 6.1.0
3939
hooks:
4040
- id: flake8
4141
additional_dependencies:
@@ -45,7 +45,7 @@ repos:
4545
- flake8-typing-imports
4646

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

0 commit comments

Comments
 (0)