File: .isort.cfg

package info (click to toggle)
pytest-mypy-testing 0.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 268 kB
  • sloc: python: 1,151; sh: 13; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 471 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-FileCopyrightText: David Fritzsche
# SPDX-License-Identifier: CC0-1.0
[isort]
# See https://github.com/timothycrosley/isort/wiki/isort-Settings
line_length = 88
combine_as_imports = true
combine_star = true
multi_line_output = 3
include_trailing_comma = true
order_by_type = true
skip = .eggs,.git,.tox,build,dist,docs
skip_gitignore = true
lines_after_imports = 2
known_first_party = pytest_mypy_testing
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER