diff options
author | Stéphane Bidoul <stephane.bidoul@gmail.com> | 2021-04-04 13:39:10 +0200 |
---|---|---|
committer | Stéphane Bidoul <stephane.bidoul@gmail.com> | 2021-04-04 13:39:10 +0200 |
commit | ec0a1cb9f0c89caa508106f96b42ea820bf01b0c (patch) | |
tree | a5391df09465cf65c4ac10167d695c497dd9a64b /.github | |
parent | fb57da100574e1454e36ccac30dac4e533492574 (diff) | |
download | pip-ec0a1cb9f0c89caa508106f96b42ea820bf01b0c.tar.gz |
ci: fix pre-commit action
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 420bbfab2..09724e8f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - uses: actions/setup-python@v2 - uses: pre-commit/action@v2.0.0 with: - extra_args: --hook-stage=manual + extra_args: --all-files --hook-stage=manual packaging: name: packaging |