File: setup.cfg

package info (click to toggle)
pymbolic 2022.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 728 kB
  • sloc: python: 9,724; makefile: 140
file content (14 lines) | stat: -rw-r--r-- 285 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[flake8]
ignore = E126,E127,E128,E123,E226,E241,E242,W503,E402
max-line-length = 85
exclude = doc,pymbolic/polynomial.py
inline-quotes = "
docstring-quotes = """
multiline-quotes = """
per-file-ignores = 
	experiments/traversal-benchmark.py:E501

[egg_info]
tag_build = 
tag_date = 0