Skip to content

Commit

Permalink
improve isort rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed May 5, 2022
1 parent 4214908 commit 8e3803a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 6 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ ignore =
bootstrap.py

[isort]
force_alphabetical_sort=True
force_single_line=True
lines_after_imports=2
line_length=200
not_skip=__init__.py


# black compatible Plone isort rules:
profile = black
force_alphabetical_sort = True
force_single_line = True
lines_after_imports = 2

[bdist_wheel]
universal = 1

4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from setuptools import setup, find_packages
from setuptools import find_packages
from setuptools import setup


version = '3.0.0a1.dev0'

Expand Down

0 comments on commit 8e3803a

Please sign in to comment.