Skip to content

Commit

Permalink
set isort multi-line to "hanging grid grouped" & line length to 88
Browse files Browse the repository at this point in the history
  • Loading branch information
marfox committed Oct 15, 2021
1 parent ce936e6 commit 226a2d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ repos:
rev: 5.9.3
hooks:
- id: isort
args: [--skip=soweego/cli.py]
# See https://pycqa.github.io/isort/docs/configuration/multi_line_output_modes.html
args: [--skip=soweego/cli.py, --multi-line=5, --line-length=88]
- repo: https://github.com/myint/autoflake
rev: v1.4
hooks:
Expand Down

0 comments on commit 226a2d7

Please sign in to comment.