comparison third_party/emsdk/.flake8 @ 179:8d17f6e6e290

[ThirdParty] Added emsdk bazel rules that can be supported by bazel 9.0.0
author MrJuneJune <me@mrjunejune.com>
date Thu, 22 Jan 2026 21:23:17 -0800
parents
children
comparison
equal deleted inserted replaced
178:94705b5986b3 179:8d17f6e6e290
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