Commit 5ccb9e41 by Henry Schreiner Committed by GitHub

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
parent 2fb3d7cb
...@@ -337,8 +337,8 @@ jobs: ...@@ -337,8 +337,8 @@ jobs:
# Testing NVCC; forces sources to behave like .cu files # Testing NVCC; forces sources to behave like .cu files
cuda: cuda:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: "🐍 3.10 CUDA 11.7 Ubuntu 22.04" name: "🐍 3.10 CUDA 12.2 Ubuntu 22.04"
container: nvidia/cuda:11.7.0-devel-ubuntu22.04 container: nvidia/cuda:12.2.0-devel-ubuntu22.04
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
......
...@@ -37,7 +37,7 @@ repos: ...@@ -37,7 +37,7 @@ repos:
- id: black - id: black
# Ruff, the Python auto-correcting linter written in Rust # Ruff, the Python auto-correcting linter written in Rust
- repo: https://github.com/charliermarsh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.270 rev: v0.0.270
hooks: hooks:
- id: ruff - id: ruff
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment