Skip to content

Commit dbda4f7

Browse files
authored
Merge pull request #834 from Julian/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 836db7c + ff5670c commit dbda4f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: json/
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v3.4.0
5+
rev: v4.0.1
66
hooks:
77
- id: check-ast
88
- id: check-docstring-first
@@ -15,7 +15,7 @@ repos:
1515
- id: mixed-line-ending
1616
args: [--fix, lf]
1717
- id: trailing-whitespace
18-
- repo: https://github.com/timothycrosley/isort
19-
rev: 5.7.0
18+
- repo: https://github.com/PyCQA/isort
19+
rev: 5.9.3
2020
hooks:
2121
- id: isort

0 commit comments

Comments
 (0)