better-van-82973
11/14/2023, 3:59 PMfmt) as discussed here: https://pantsbuild.slack.com/archives/C0D7TNJHL/p1699632752483199. So to make things convenient, we have to use Ruff for formatting AND linting, or not at all.
I have a branch up here with an example of the changes: https://github.com/krishnan-chandra/pants/tree/migrate-repo-ruff
Let me know if you have any thoughts or questions!curved-television-6568
11/14/2023, 4:21 PMcurved-television-6568
11/14/2023, 4:22 PMgorgeous-winter-99296
11/14/2023, 4:26 PMbetter-van-82973
11/14/2023, 4:26 PM11:23:03.99 [INFO] Completed: Add preambles - preamble made no changes.
11:23:05.79 [INFO] Completed: Format with Black - black made no changes.
...
11:23:13.58 [INFO] Completed: Format with docformatter - docformatter made no changes.
11:23:14.12 [INFO] Completed: Format with isort - isort made no changes.
11:23:14.27 [INFO] Completed: Add preambles - preamble made no changes.
11:23:14.50 [INFO] Completed: Format with isort - isort made no changes.
11:24:28.18 [INFO] Completed: Add preambles - preamble made no changes.
...
11:24:30.57 [INFO] Completed: Format with ruff - ruff made no changes.
11:24:30.57 [INFO] Completed: Add preambles - preamble made no changes.
But @gorgeous-winter-99296 that’s a great point - editor/IDE integration is definitely important toocurved-television-6568
11/14/2023, 4:36 PMbetter-van-82973
11/14/2023, 4:36 PM./pants fmt :: from the root of the repocurved-television-6568
11/14/2023, 4:37 PMbetter-van-82973
11/14/2023, 4:38 PMcurved-television-6568
11/14/2023, 4:39 PMcurved-television-6568
11/14/2023, 4:39 PMhappy-kitchen-89482
11/14/2023, 5:00 PMbetter-van-82973
11/14/2023, 5:07 PMgorgeous-winter-99296
11/14/2023, 5:09 PM