File: setup.cfg

package info (click to toggle)
parso 0.8.5-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,260 kB
  • sloc: python: 10,983; makefile: 135
file content (26 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[bdist_wheel]
universal = 1

[flake8]
max-line-length = 100
ignore = 
	E722,
	E226,
	W503,

[mypy]
show_error_codes = true
enable_error_code = ignore-without-code
disallow_subclassing_any = True
warn_redundant_casts = True
warn_unused_ignores = True
warn_return_any = True
warn_unused_configs = True
warn_unreachable = True
strict_equality = True
no_implicit_optional = False

[egg_info]
tag_build = 
tag_date = 0