Skip to content

Commit 92f78e9

Browse files
authored
Merge branch 'main' into dependabot/github_actions/github-actions-144b8a4016
2 parents 3607ed5 + 2173fc7 commit 92f78e9

File tree

4 files changed

+408
-397
lines changed

4 files changed

+408
-397
lines changed

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: hynek/setup-cached-uv@757bedc3f972eb7227a1aa657651f15a8527c817 # v2.3.0
4040

4141
- name: Run CodSpeed benchmarks
42-
uses: CodSpeedHQ/action@ac0b0207a067aeb38de75cda57d2662345cac92a # v4.10.0
42+
uses: CodSpeedHQ/action@2ac572851726409c88c02a307f1ea2632a9ea59b # v4.11.0
4343
with:
4444
mode: instrumentation
4545
token: ${{ secrets.CODSPEED_TOKEN }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.15.0
7+
rev: v0.15.4
88
hooks:
99
- id: ruff-check
1010
args: [--fix, --exit-non-zero-on-fix]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env_list =
99
pypy3-tests,
1010
# Mypy needs to run within the respective Python version
1111
typing-{pyright,ty,pyrefly}
12-
docs-{sponsors,doctests},
12+
docs-{sponsors,doctests,build},
1313
changelog,
1414
coverage-{combine,report}
1515

0 commit comments

Comments
 (0)