diff --git a/pyproject.toml b/pyproject.toml index ca87496..3ba86fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,4 +6,5 @@ build-backend = "setuptools.build_meta" line-length = 79 [tool.isort] +lines_between_sections = 2 profile = "black" diff --git a/setup.cfg b/setup.cfg index 499ef5a..be2732d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,4 +13,6 @@ console_scripts = cue_to_meta = cue_to_meta:cli test = pytest [flake8] +exclude = build +ignore = I201 inline-quotes = double