ruff/crates/ruff_cli/src
Charlie Marsh 032b967b05
Enable --watch for Jupyter notebooks (#5394)
## Summary

The list of extensions that support watching is hard-coded
(unfortunately); this PR adds `.ipynb` to the list.
2023-06-27 12:53:47 -04:00
..
bin Add support for providing command-line arguments via argfile (#4087) 2023-04-25 17:58:21 -06:00
commands Initialize caches for packages and standalone files (#5237) 2023-06-21 17:29:09 +00:00
args.rs Add option (-o/--output-file) to write output to a file (#4950) 2023-06-20 22:16:49 +05:30
cache.rs Keep track of when files are last seen in the cache (#5214) 2023-06-23 15:40:35 +02:00
diagnostics.rs Experimental release for Jupyter notebook integration (#5363) 2023-06-26 21:22:42 +05:30
lib.rs Enable --watch for Jupyter notebooks (#5394) 2023-06-27 12:53:47 -04:00
panic.rs Disallow unreachable_pub (#4314) 2023-05-11 18:00:00 -04:00
printer.rs Add option (-o/--output-file) to write output to a file (#4950) 2023-06-20 22:16:49 +05:30
resolve.rs Add a script that tests formatter stability on repositories (#5055) 2023-06-19 14:13:38 +00:00