英文: precommit: running a linter that only takes one filename at a time 问题 我们有一个通过 xqlint lint target...
在MacOS上,预提交钩子需要超级用户权限才能运行。
英文: Pre-Commit hooks on MacOs require superuser to work 问题 我正在使用MacOS笔记本电脑进行Python项目开发。我刚刚使用pip inst...
缺少环境变量(在profiles.yaml中指定),在预提交时使用dbt运行sqlfluff。
英文: Missing env variable (specified in profiles.yaml) running sqlfluff on pre-commit with dbt 问题 我正在...
Pnpm 用于预提交自定义钩子
英文: Pnpm for pre-commit custom hook 问题 我在一个使用python/svelte全栈应用上工作,我们使用pre-commit。我已经在前端的web目录中安装了sty...
Pytest 在 pre-commit 中运行两次。
英文: Pytest runs twice in pre-commit 问题 似乎 pre-commit 会两次运行 pytest 测试。如何重现: 安装 pytest、pytest-cov 和 pr...
选择所有具有特定扩展名的文件 Github 操作工作流程
英文: Select all the files with a spefic extension Github actions workflow 问题 你好,你可以将files: '*.sql'修改为...
如何确保“pre-commit autoupdate”定期运行?
英文: How do I make sure that “pre-commit autoupdate” gets run periodically? 问题 我知道我应该定期检查 pre-commit ...
在 GitHub Actions 中运行 pre-commit.com 的 golang 脚本。
英文: run pre-commit.com script for golang in github actions 问题 我正在尝试在 GitHub Actions 中使用与 golang 相关的一...
getting error when running pre-commit hook for golang repo [named files must be .go files: ./…]
英文: getting error when running pre-commit hook for golang repo [named files must be .go files: ./......
如何运行go-unit-tests pre-commit钩子以使用-p选项?
英文: how to run go-unit-tests pre-commit hook to run with option -p 问题 我正在研究这个 golang-precommit hooks...