File: setup.cfg

package info (click to toggle)
python-pytest-random-order 1.1.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: python: 704; makefile: 12; sh: 6
file content (15 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[flake8]
max-line-length = 120
exclude =
    .tox
    build

[isort]
known_first_party =
    random_order
line_length = 120
multi_line_output = 5
not_skip = __init__.py
skip =
    .tox
    build