comparison third_party/emsdk/.flake8 @ 186:8cf4ec5e2191 hg-web

Fixed merge conflict.
author MrJuneJune <me@mrjunejune.com>
date Fri, 23 Jan 2026 22:38:59 -0800
parents 8d17f6e6e290
children
comparison
equal deleted inserted replaced
176:fed99fc04e12 186:8cf4ec5e2191
1 [flake8]
2 extend-exclude =
3 ./.*,
4 ./binaryen,
5 ./clang,
6 ./crunch,
7 ./downloads,
8 ./emscripten,
9 ./fastcomp-clang,
10 ./fastcomp,
11 ./git,
12 ./gnu,
13 ./llvm,
14 ./node,
15 ./python,
16 ./releases,
17 ./temp,
18 ./upstream,
19
20 # E111: Indentation is not a multiple of four
21 # E114: Indentation is not a multiple of four (comment)
22 extend-ignore = E111, E114
23
24 max-line-length = 326