mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 18:28:24 +00:00
Rename ruff
crate to ruff_linter
(#7529)
This commit is contained in:
parent
dcbd8eacd8
commit
5849a75223
4397 changed files with 93921 additions and 93915 deletions
|
@ -20,7 +20,7 @@
|
|||
# })
|
||||
|
||||
hyperfine --ignore-failure --warmup 5 \
|
||||
"./target/release/ruff ./crates/ruff/resources/test/cpython/ --no-cache --silent --select ALL" \
|
||||
"flake8 crates/ruff/resources/test/cpython -qq --docstring-convention=all" \
|
||||
"pycodestyle crates/ruff/resources/test/cpython -qq" \
|
||||
"pylint crates/ruff/resources/test/cpython -j 0 --recursive=y --disable=E,W,C,R"
|
||||
"./target/release/ruff ./crates/ruff_linter/resources/test/cpython/ --no-cache --silent --select ALL" \
|
||||
"flake8 crates/ruff_linter/resources/test/cpython -qq --docstring-convention=all" \
|
||||
"pycodestyle crates/ruff_linter/resources/test/cpython -qq" \
|
||||
"pylint crates/ruff_linter/resources/test/cpython -j 0 --recursive=y --disable=E,W,C,R"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue