File: setup.cfg

package info (click to toggle)
python-weblogo 3.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,700 kB
  • sloc: xml: 14,455; python: 10,384; sh: 140; makefile: 58
file content (15 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# Make isort compatible with black
[isort]
profile = black


# flake8 linter configuration
[flake8]
exclude = _nexus
max-line-length = 88
extend-ignore = E203, E501, W503

# mypy type enforcement configuration
[mypy]
exclude=weblogo/seq_io/_nexus/