Skip to content

Commit ab5ac1f

Browse files
committed
Update ruff usage
1 parent 8d2acaf commit ab5ac1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run Ruff
2828
if: always()
2929
run: |
30-
ruff src
30+
ruff check src
3131
- name: Run MyPy
3232
if: always()
3333
run: |

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fallback_version = "0.1.0"
5959
[tool.isort]
6060
profile = "black"
6161

62-
[tool.ruff]
62+
[tool.ruff.lint]
6363
select = ["E", "F", "W", "RUF"]
6464

6565
[tool.coverage.run]

0 commit comments

Comments
 (0)