Skip to content

Commit 5ccb9e4

Browse files
authored
chore: ruff moved to astral-sh (#4726)
* chore: ruff moved to astral-sh Committed via https://github.com/asottile/all-repos * ci: bump CUDA version
1 parent 2fb3d7c commit 5ccb9e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ jobs:
337337
# Testing NVCC; forces sources to behave like .cu files
338338
cuda:
339339
runs-on: ubuntu-latest
340-
name: "🐍 3.10 • CUDA 11.7 • Ubuntu 22.04"
341-
container: nvidia/cuda:11.7.0-devel-ubuntu22.04
340+
name: "🐍 3.10 • CUDA 12.2 • Ubuntu 22.04"
341+
container: nvidia/cuda:12.2.0-devel-ubuntu22.04
342342

343343
steps:
344344
- uses: actions/checkout@v3

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
- id: black
3838

3939
# Ruff, the Python auto-correcting linter written in Rust
40-
- repo: https://github.com/charliermarsh/ruff-pre-commit
40+
- repo: https://github.com/astral-sh/ruff-pre-commit
4141
rev: v0.0.270
4242
hooks:
4343
- id: ruff

0 commit comments

Comments
 (0)