Skip to content

Commit b684146

Browse files
authored
Merge pull request #372 from django-haystack/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 76c77e3 + 4c73787 commit b684146

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
2-
- repo: https://github.com/pre-commit/mirrors-isort
3-
rev: v5.7.0
2+
- repo: https://github.com/PyCQA/isort
3+
rev: 5.9.3
44
hooks:
55
- id: isort
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v3.4.0
7+
rev: v4.0.1
88
hooks:
99
- id: check-added-large-files
1010
args: ["--maxkb=128"]
@@ -28,8 +28,8 @@ repos:
2828
- id: pretty-format-json
2929
args: ["--autofix", "--no-sort-keys", "--indent=4"]
3030
- id: trailing-whitespace
31-
- repo: https://gitlab.com/pycqa/flake8
32-
rev: 3.8.4
31+
- repo: https://github.com/PyCQA/flake8
32+
rev: 4.0.1
3333
hooks:
3434
- id: flake8
3535
additional_dependencies:

0 commit comments

Comments
 (0)