["setup.cfg".isort] line_length = 120 skip = ".tox,build" known_first_party = "tests" # The configuration below is needed for compatibility with black. # https://github.com/python/black#how-black-wraps-lines # https://github.com/PyCQA/isort#multi-line-output-modes multi_line_output = 3 include_trailing_comma = true force_grid_wrap = 0 combine_as_imports = true [[".pre-commit-config.yaml".repos]] yaml = """ - repo: https://github.com/PyCQA/isort rev: 5.7.0 hooks: - id: isort """