Skip to content

Commit 9d92158

Browse files
Update dependency pre-commit to v4.4.0 (#2765)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 820920f commit 9d92158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/pipeline/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#===============================================================================
1616
steps:
1717
- script: |
18-
python -m pip install --upgrade pip pre-commit==4.3.0
18+
python -m pip install --upgrade pip pre-commit==4.4.0
1919
pre-commit install
2020
pre-commit run --all-files --show-diff-on-failure
2121
displayName: 'Linting'

0 commit comments

Comments
 (0)