Skip to content

Commit 055ab3a

Browse files
Thomas Polasekfacebook-github-bot
Thomas Polasek
authored andcommittedNov 26, 2024·
Convert directory fbcode/vision to use the Ruff Formatter
Summary: 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: bottler Differential Revision: D66472063 fbshipit-source-id: 35841cb397e4f8e066e2159550d2f56b403b1bef
1 parent f6c2ca6 commit 055ab3a

File tree

92 files changed

+121
-191
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+121
-191
lines changed
 

‎.circleci/regenerate.py

-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ def workflow_pair(
8888
upload=False,
8989
filter_branch,
9090
):
91-
9291
w = []
9392
py = python_version.replace(".", "")
9493
pyt = pytorch_version.replace(".", "")
@@ -127,7 +126,6 @@ def generate_base_workflow(
127126
btype,
128127
filter_branch=None,
129128
):
130-
131129
d = {
132130
"name": base_workflow_name,
133131
"python_version": python_version,

‎docs/examples/pulsar_basic.py

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
sphere renderer. It renders and saves an image with 10 random spheres.
1111
Output: basic.png.
1212
"""
13+
1314
import logging
1415
import math
1516
from os import path

0 commit comments

Comments
 (0)
Please sign in to comment.