Skip to content

Commit

Permalink
pre-commit: upgrade isort to 5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jul 10, 2020
1 parent 08451ec commit d128d70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ repos:
files: ^(helpers/python|.+\.py)$
exclude: completions/

- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
- repo: https://github.com/timothycrosley/isort
rev: 5.0.7
hooks:
- id: isort
args: [--settings-path=test/setup.cfg]
Expand Down
5 changes: 3 additions & 2 deletions test/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ python_version = 3.4
ignore_missing_imports = true

[isort]
known_first_party = conftest
known_third_party = pexpect,pytest
multi_line_output = 3
include_trailing_comma = True
profile = black
line_length = 79

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

0 comments on commit d128d70

Please sign in to comment.