File: setup.cfg

package info (click to toggle)
asyncio-dgram 2.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 160 kB
  • sloc: python: 598; makefile: 59; sh: 32
file content (6 lines) | stat: -rw-r--r-- 81 bytes parent folder | download
1
2
3
4
5
6
[flake8]
ignore = E126,E128,E131,W503
max-line-length = 88

[mypy]
strict = True