From 6f9814bb8089ee5bdaa6ae4e53e95fc1ff395e2a Mon Sep 17 00:00:00 2001 From: Thomas Polasek Date: Mon, 26 Aug 2024 12:01:31 -0700 Subject: [PATCH] Convert directory fbcode/python to use the Ruff Formatter Summary: Might as well convert all of fbcode/python. Converts the directory specified to use the Ruff formatter in pyfmt ruff_dog If this diff causes merge conflicts when rebasing, please run `hg status -n -0 --change . -I '**/*.{py,pyi}' | xargs -0 arc pyfmt` on your diff, and amend any changes before rebasing onto latest. That should help reduce or eliminate any merge conflicts. allow-large-files Reviewed By: zertosh Differential Revision: D61679335 fbshipit-source-id: 125820929f027008c8e9728717da4ad588c06531 --- tests/test_sandbox.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_sandbox.py b/tests/test_sandbox.py index 5985be59..ff8aa9f4 100644 --- a/tests/test_sandbox.py +++ b/tests/test_sandbox.py @@ -11,7 +11,6 @@ from typing import Optional import python.errpy.tests.utils.ast_utils as ast_utils - from python.errpy.tests.utils.test_common import read_code