[tool.black] target_version = ['py36'] exclude = ''' ( migrations/* | smokeflow1771373753/main.py ) ''' [tool.ruff.lint.isort] known-first-party = ["smokeflow1771373753"] section-order = [ "future", "standard-library", "third-party", "wagtail", "oscar", "oscarapi", "oscarextra", "ocyan", "first-party", "local-folder" ] [tool.ruff.lint.isort.sections] wagtail = ["wagtail", "wagtail_*"] oscar = ["oscar"] oscarapi = ["oscarapi"] oscarextra = ["oscar_*"] ocyan = ["ocyan"]