ruff/crates/ruff_dev
konstin 520f4f33c3
Fix ruff_dev repeat by removing short argument (#5388)
ruff_dev repeat recently broke (i think with the cargo update?):

> thread 'main' panicked at 'Command repeat: Short option names must be
unique for each argument, but '-n' is in use by both 'no_cache' and
'repeat''

This fixes this by removing the short argument.
2023-06-27 13:29:20 +00:00
..
src Fix ruff_dev repeat by removing short argument (#5388) 2023-06-27 13:29:20 +00:00
Cargo.toml Experimental release for Jupyter notebook integration (#5363) 2023-06-26 21:22:42 +05:30