File: setup.cfg

package info (click to toggle)
python-aiohttp 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,288 kB
  • ctags: 4,380
  • sloc: python: 27,221; makefile: 236
file content (18 lines) | stat: -rw-r--r-- 242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[easy_install]
zip_ok = false

[flake8]
ignore = N801,N802,N803,E226

[tool:pytest]
timeout = 10

[isort]
known_third_party = jinja2
known_first_party = aiohttp,aiohttp_jinja2,aiopg

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0