We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fed030c + c72a215 commit d74b681Copy full SHA for d74b681
.github/workflows/publish.yml
@@ -70,7 +70,7 @@ jobs:
70
71
steps:
72
- name: Download all the dists
73
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
74
with:
75
name: python-package-distributions
76
path: dist/
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: check-added-large-files
6
additional_dependencies: [--isolated]
@@ -28,7 +28,7 @@ repos:
28
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
# Ruff version.
31
- rev: v0.12.7
+ rev: v0.12.8
32
33
# Run the linter.
34
- id: ruff
0 commit comments