We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2750123 commit 0828296Copy full SHA for 0828296
.github/workflows/main.yml
@@ -52,7 +52,7 @@ jobs:
52
run: uvx pre-commit@${PRE_COMMIT_VERSION} run --all-files --show-diff-on-failure
53
env:
54
# renovate: datasource=pypi depName=pre-commit
55
- PRE_COMMIT_VERSION: '4.0.1'
+ PRE_COMMIT_VERSION: '4.1.0'
56
57
- name: Inspect dependencies with deptry
58
run: uv run deptry python
0 commit comments