File: setup.cfg

package info (click to toggle)
lazr.config 3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 360 kB
  • sloc: python: 930; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[flake8]
ignore = 
	E203,
	W503

[isort]
known_first_party = lazr.config
line_length = 79
profile = black

[egg_info]
tag_build = 
tag_date = 0