Skip to content

Commit 379d99b

Browse files
authored
Add pre-commit autoupdate to autodeps (#2970)
1 parent b541b8b commit 379d99b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/autodeps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ jobs:
2626
python-version: "3.8"
2727
- name: Bump dependencies
2828
run: |
29-
python -m pip install -U pip
29+
python -m pip install -U pip pre-commit
3030
python -m pip install -r test-requirements.txt
3131
pip-compile -U test-requirements.in
3232
pip-compile -U docs-requirements.in
33+
pre-commit autoupdate --jobs 0
3334
- name: Black
3435
run: |
3536
# The new dependencies may contain a new black version.

0 commit comments

Comments
 (0)