Skip to content

Commit d0fd820

Browse files
authored
Merge pull request #26 from saadmk11/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 7a2d270 + 16f9606 commit d0fd820

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

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

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

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

2525
- repo: https://github.com/asottile/blacken-docs
26-
rev: 1.13.0
26+
rev: 1.15.0
2727
hooks:
2828
- id: blacken-docs
2929
additional_dependencies:
@@ -45,7 +45,7 @@ repos:
4545
- flake8-typing-imports
4646

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

0 commit comments

Comments
 (0)