We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a39913 + 30a534b commit 1a32eeeCopy full SHA for 1a32eee
2 files changed
.github/workflows/pypi.yaml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- name: Set up Python
13
- uses: actions/setup-python@v5.5.0
+ uses: actions/setup-python@v5.6.0
14
with:
15
python-version: '3.x'
16
- name: Install dependencies
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
17
- rev: v0.11.6
+ rev: v0.11.7
18
hooks:
19
- id: ruff
20
name: lint with ruff
0 commit comments