Further tooling updates

This commit is contained in:
Mark Cornick 2024-05-18 21:26:33 -04:00
parent 90fb0ef3e1
commit 3f7d27a74e
2 changed files with 3 additions and 0 deletions

View File

@ -6,4 +6,5 @@ build-backend = "setuptools.build_meta"
line-length = 79
[tool.isort]
lines_between_sections = 2
profile = "black"

View File

@ -13,4 +13,6 @@ console_scripts = cue_to_meta = cue_to_meta:cli
test = pytest
[flake8]
exclude = build
ignore = I201
inline-quotes = double