mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
![]() [Ruff](https://beta.ruff.rs/) supports [over 500 lint rules](https://beta.ruff.rs/docs/rules) including bandit, isort, pylint, pyupgrade, and flake8 plus its plugins and is written in Rust for speed. This GitHub Action will provide contributors with intuitive GitHub Annotations.  The `Required` in the checks below should be: 1. Removed from `flake8-annotation` and added to `ruff-annotation` which replaces it. 2. Removed from `isort` and added to `ruff` which replaces it. |
||
---|---|---|
.. | ||
.github/workflows | ||
data/win | ||
pylib/gyp | ||
tools | ||
.flake8 | ||
.gitignore | ||
AUTHORS | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
gyp | ||
gyp.bat | ||
gyp_main.py | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
test_gyp.py |
GYP can Generate Your Projects.
Documents are available at gyp.gsrc.io, or you can check out md-pages
branch to read those documents offline.
gyp-next is released to the Python Packaging Index (PyPI) and can be installed with the command:
python3 -m pip install gyp-next