Skip to content

Commit 1d5c47f

Browse files
committed
dev: add ruff to pyproject.toml
1 parent 1289134 commit 1d5c47f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ azure = ["adlfs"]
4040
check = [
4141
"pre-commit",
4242
"pyright==1.1.372", # Pinned; manually sync with .github/workflows/code-checks.yml
43+
"ruff==0.5.4", # Pinned; manually sync with pre-commit-config.yaml
4344
"types-appdirs",
4445
]
4546
doc = [

0 commit comments

Comments
 (0)