File: .flake8

package info (click to toggle)
binaryen 68-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 34,900 kB
  • sloc: cpp: 57,351; ansic: 3,562; python: 2,898; sh: 700; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 334 bytes parent folder | download
1
2
3
4
5
6
7
8
[flake8]
ignore =
  E111, # indentation not a multiple of 4 (we use 2))
  E114, # comment indentation not a multiple of 4
  E501, # line too long
  E121, # continuation line under-indented for hanging indent
  E241  # space after comma (ignored for list in gen-s-parser.py)
exclude = ./test/emscripten,./test/spec,./test/wasm-install