Skip to content

Commit

Permalink
python: move .isort.cfg into setup.cfg
Browse files Browse the repository at this point in the history
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Cleber Rosa <crosa@redhat.com>
Message-id: 20210527211715.394144-24-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
  • Loading branch information
jnsnow committed May 27, 2021
1 parent f81fa0a commit 0da60ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 0 additions & 7 deletions python/.isort.cfg

This file was deleted.

8 changes: 8 additions & 0 deletions python/setup.cfg
Expand Up @@ -61,3 +61,11 @@ good-names=i,
[pylint.similarities]
# Ignore imports when computing similarities.
ignore-imports=yes

[isort]
force_grid_wrap=4
force_sort_within_sections=True
include_trailing_comma=True
line_length=72
lines_after_imports=2
multi_line_output=3

0 comments on commit 0da60ec

Please sign in to comment.