pyproject-hooks This is a low-level library for calling build-backends inpyproject.toml-based project. It provides the basic functionality to help write tooling that generates distribution files from Python projects. If you want a tool that builds Python packages, you'll want to usehttps://githu...
${PYTHON_PKGNAMEPREFIX}pyproject-hooks>=0:devel/py-pyproject-hooks@${PY_FLAVOR} \ ${PY_TOMLI} USES= python3 changes: 2 additions & 1 deletion 3 devel/py-pdm/Makefile Original file line numberDiff line numberDiff line change @@ -1,5 +1,6 @@ PORTNAME= pdm PORTVERSION= 2.19.1 PO...
python3-pyproject-hooks_1.2.0-1_all.deb11.4 KB2024-11-01 09:02 镜像源配置帮助立即查看 域名使用规则 公网访问地址:https://mirrors.aliyun.com/ ECS VPC网络访问地址:http://mirrors.cloud.aliyuncs.com/ ECS 经典网络访问地址:http://mirrors.aliyuncs.com/ ...
[tool.hatch.metadata.hooks.fancy-pypi-readme] content-type = "text/markdown" [[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]] path = "README.md" [[tool.hatch.metadata.hooks.fancy-pypi-readme.substitutions]] # links pattern = '\[(.+?)\]\(((?!https?://)\S+?)\)...
问如何使用pyproject.toml设置和诗歌运行脚本?EN当您的 Python 项目依赖于外部包时,您需要确保使用每个...
"pre-commit-hooks", "pylint", "pyright", "ruff", # Live rebuild of documentation "sphinx-autobuild", ] [project.urls] "Documentation" = "https://quantify-os.org/docs/quantify-core" "Source" = "https://gitlab.com/quantify-os/quantify-core" "...
Python / pyproject.toml pyproject.toml6.60 KB 一键复制编辑原始数据按行查看历史 pre-commit-ci[bot]提交于2个月前.[pre-commit.ci] pre-commit autoupdate (#12542) [project] name="thealgorithms-python" version="0.0.1" description="TheAlgorithms in Python" ...
[tool.hatch.metadata.hooks.custom] # This section is empty, but needed for the hatch_build.py script to run [tool.hatch.version] source = "vcs" [tool.hatch.metadata] allow-direct-references = true [tool.hatch.build.targets.wheel]
[tool.bandit] exclude_dirs = ["*/test/*"] tests = ["B201", "B301"] skips = ["B101", "B601"] [tool.pre-commit-hooks.bandit] exclude = ["test*"] Run Code Online (Sandbox Code Playgroud) 我运行以下命令:bandit -c pyproject.toml -r . pre-commit bandit pre-commit.com pyproject...
"PGH", # pygrep-hooks "PIE", # flake8-pie "PL", # pylint "PT", # flake8-pytest-style "PTH", # flake8-pathlib "PYI", # flake8-pyi "RET", # flake8-return "RSE", # flake8-raise "RUF005", # Consider iterable unpacking instead of concatenation ...