File: setup.cfg

package info (click to toggle)
python-colorlog 6.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 232 kB
  • sloc: python: 721; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
[flake8]
exclude = .tox,.venv
ignore = W503
max-line-length = 88

[tool:pytest]
addopts = -p no:logging

[mypy]
files = colorlog,doc
ignore_missing_imports = True