Skip to content

Commit 64c319f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/asottile/pyupgrade: v3.9.0 → v3.15.0](asottile/pyupgrade@v3.9.0...v3.15.0) - [github.com/psf/black: 23.7.0 → 23.10.1](psf/black@23.7.0...23.10.1) - [github.com/asottile/blacken-docs: 1.15.0 → 1.16.0](adamchainz/blacken-docs@1.15.0...1.16.0) - [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.6.1](pre-commit/mirrors-mypy@v1.4.1...v1.6.1)
1 parent d0fd820 commit 64c319f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v4.5.0
77
hooks:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
@@ -12,18 +12,18 @@ repos:
1212
- id: check-merge-conflict
1313

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

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

2525
- repo: https://github.com/asottile/blacken-docs
26-
rev: 1.15.0
26+
rev: 1.16.0
2727
hooks:
2828
- id: blacken-docs
2929
additional_dependencies:
@@ -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.6.1
4949
hooks:
5050
- id: mypy
5151
files: ^redis_search_django/

0 commit comments

Comments
 (0)