mirror of
https://github.com/nodejs/node.git
synced 2024-11-25 08:19:38 +01:00
3b5773fee3
* move all used files to `tools/v8_gypfiles` directory * fix references in node configuration PR-URL: https://github.com/nodejs/node/pull/26685 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
4 lines
199 B
INI
4 lines
199 B
INI
[flake8]
|
|
exclude=.git,deps,lib,src,test/fixtures,tools/*_macros.py,tools/gyp,tools/inspector_protocol,tools/jinja2,tools/markupsafe,tools/pip,tools/v8_gypfiles/broken
|
|
select=E901,E999,F821,F822,F823
|