Skip to content

Commit ff5670c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.4.0...v4.0.1) - https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.7.0 → 5.9.3](PyCQA/isort@5.7.0...5.9.3)
1 parent 836db7c commit ff5670c

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
@@ -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)