File: setup.cfg

package info (click to toggle)
python-colorlog 6.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 224 kB
  • sloc: python: 694; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
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