Skip to content

Commit

Permalink
Convert directory fbcode/python to use the Ruff Formatter
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Thomas Polasek authored and facebook-github-bot committed Aug 26, 2024
1 parent a17e3e6 commit 6f9814b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 6f9814b

Please sign in to comment.