Skip to content

Commit 87892f8

Browse files
committed
feat: fix ci and lint
1 parent 6e71362 commit 87892f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docs-lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ while IFS= read -d '' -r snippet || [[ -n "${snippet}" ]]; do
1515
done < <(grep -Pzo '(?s)(?<=```python\n).*?(?=```)' README.md);
1616

1717
mypy "${snippets_dir_path}"
18-
ruff lint "${snippets_dir_path}"
18+
ruff check "${snippets_dir_path}"
1919

2020
rm -rf "${snippets_dir_path}"

0 commit comments

Comments
 (0)