Skip to content

Commit fc1df2c

Browse files
committed
ci: update ruff version for linting
1 parent 8279862 commit fc1df2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ jobs:
3131
3232
- name: Ruff Check
3333
id: ruff
34-
uses: astral-sh/ruff-action@v1.1.1
34+
uses: astral-sh/ruff-action@v3
3535
with:
3636
args: "check --config pyproject.toml"
37-
src: './src/viqa'
37+
src: '.'
3838

3939
- name: Ruff Format Check
4040
id: ruff-format
41-
uses: astral-sh/ruff-action@v1.1.1
41+
uses: astral-sh/ruff-action@v3
4242
with:
4343
args: "format --check --config pyproject.toml"
44-
src: './src/viqa'
44+
src: '.'
4545

4646
# - name: Mypy
4747
# id: mypy

0 commit comments

Comments
 (0)