File: .flake8

package info (click to toggle)
binaryen 108-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 35,424 kB
  • sloc: cpp: 151,487; javascript: 62,522; ansic: 13,124; python: 5,260; pascal: 441; sh: 75; asm: 27; makefile: 8
file content (6 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
[flake8]
ignore =
  E501, # line too long
  E241, # space after comma (ignored for list in gen-s-parser.py)
  W504  # line break after binary operator
exclude = third_party,./test/emscripten,./test/spec,./test/wasm-install,./test/lit