diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index 1145329c..6fcec9c4 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -9,5 +9,5 @@ jobs: - uses: actions/checkout@v4 - uses: astral-sh/ruff-action@v1 with: - args: check + args: check --config cuda_core/ruff.toml src: cuda_core/ \ No newline at end of file