Skip to content

Commit d128d70

Browse files
committed
pre-commit: upgrade isort to 5.0.7
1 parent 08451ec commit d128d70

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ repos:
4949
files: ^(helpers/python|.+\.py)$
5050
exclude: completions/
5151

52-
- repo: https://github.com/pre-commit/mirrors-isort
53-
rev: v4.3.21
52+
- repo: https://github.com/timothycrosley/isort
53+
rev: 5.0.7
5454
hooks:
5555
- id: isort
5656
args: [--settings-path=test/setup.cfg]

test/setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ python_version = 3.4
99
ignore_missing_imports = true
1010

1111
[isort]
12+
known_first_party = conftest
1213
known_third_party = pexpect,pytest
13-
multi_line_output = 3
14-
include_trailing_comma = True
14+
profile = black
15+
line_length = 79
1516

1617
[flake8]
1718
extend-ignore = D202,E203,E501

0 commit comments

Comments
 (0)