Skip to content

Commit 154fe43

Browse files
authored
🔧 Update pre-commit and upload-artifact (#359)
1 parent 36a9d14 commit 154fe43

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
language: python
3030
fuzz-seconds: 60
3131
- name: Upload Crash
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
if: failure() && steps.build.outcome == 'success'
3434
with:
3535
name: artifacts

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: tox -e py39-bench-core -- --benchmark-json bench-core.json
102102

103103
- name: Upload data
104-
uses: actions/upload-artifact@v3
104+
uses: actions/upload-artifact@v4
105105
with:
106106
name: bench-core
107107
path: bench-core.json

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ repos:
2424
- id: trailing-whitespace
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.8.4
27+
rev: v0.12.8
2828
hooks:
2929
- id: ruff
3030
args: [--fix]
3131
- id: ruff-format
3232

3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.14.0
34+
rev: v1.17.1
3535
hooks:
3636
- id: mypy
3737
additional_dependencies: [mdurl, typing-extensions]

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ python:
1414
- rtd
1515

1616
sphinx:
17+
configuration: docs/conf.py
1718
builder: html
1819
fail_on_warning: true

0 commit comments

Comments
 (0)