pre-commit.com专题提供pre-commit.com的最新资讯内容,帮你更好的了解pre-commit.com。
详细信息: -Python 3.7.5 -预先提交2.6.0 -勘探者1.1.7 -VScode编辑器 我在使用钩子<strong> prospector </strong>
我正在使用Python 3.8.5(在Visual Studio Code中),预先提交和pylint设置项目。 由于该项目基于C,因此pylint正
我跑步时,<code>git commit -m &#39;Test&#39;</code>收到此消息: <pre><code>[INFO] Initializing environment for git@github.
我正在尝试从PyCharm(v。2020.2)中的“提交”按钮启动我的预提交钩子。 我在使用<code>conda create -n py38 py
我尝试在dockerized开发环境中安装<code>pre-commit==1.20.0</code>,只是为了允许我们手动运行<code>pre-commit run --a
某些挂钩可能需要一段时间才能运行,我想在推送之前运行它们,但是不要在每次特定提交之前运行(
如果文件包含特定字符串,是否已经有一个 <a href="//pre-commit.com" rel="nofollow noreferrer">pre-commit.com</a> 钩子
我在存储库根目录的<code>pre-commit-config.yaml</code>文件中有一个如下定义的预提交钩子: <pre><code>repos: -
我看到我可以对管道使用pre-commit,是否存在一种方法来设置yaml文件,以便在特定情况下失败时使用azure
我有一个项目,该项目的前端使用JS,后端使用Python。 前端已配置了沙哑的预提交钩子。 今天,我为Pyli
在我的Python项目中,我使用<code>pytest</code>作为<code>pre-commit</code>钩子。一些测试创建和删除临时文件,
我在<code>pre-commit</code>文件<code>.pre-commit-config.yaml</code>中有以下存储库 <pre><code>- repo: local hooks:
我使用预提交,我想将其与.py文件一起使用,我将文件黑色模块重新格式化,但是我也有一个Web文件夹
使用VSCode中的以下命令成功安装了预提交: <pre class="lang-py prettyprint-override"><code>python3 -m pip install pre-
我开始使用<code>pretty-quick</code>和<code>husky</code>(<a href="https://prettier.io/docs/en/precommit.html" rel="nofollow norefe
如果我想编写一个预提交钩子来检查例如源代码中是否没有字符串“ I love pre-commit”,我可以这样做
我在预提交时使用黑色 这是钩子 <pre><code>- repo: https://github.com/psf/black rev: 19.10b0 hooks: - id: b
将<a href="https://pre-commit.com" rel="nofollow noreferrer">https://pre-commit.com</a>与VSCode挂钩一起使用时,挂钩取决于P
我想用<code>pygrep</code>写一个<code>pre-commit</code>钩子来查找例如的情况 <pre><code> .. warning: </code></pre> <
我正在使用pre-commit 2.8.2并尝试使新的coursier语言起作用。 我能够从CLI成功运行coursier命令。 <pre>