diff options
Diffstat (limited to '.isort.cfg')
-rw-r--r-- | .isort.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ [settings] known_first_party=ansible_collections.vyos.vyos line_length=100 +lines_after_imports=2 +lines_between_types=1 profile=black |