File: setup.cfg

package info (click to toggle)
keras-preprocessing 1.1.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 384 kB
  • sloc: python: 3,966; makefile: 11; sh: 10
file content (15 lines) | stat: -rw-r--r-- 208 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tool:pytest]
addopts = -v -n 2 --durations=20
norecursedirs = build

[flake8]
max-line-length = 85
exclude = build
pep8ignore = * E731 \
	* E402 \

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0