Skip to content

Commit

Permalink
Convert FBCODE to use the Ruff Formatter
Browse files Browse the repository at this point in the history
Summary:
Converts the directory specified to use the Ruff formatter. This is the last big diff to convert all of Fbcode to Ruff.

pomsky_fix_bugs

drop-conflicts
bypass-github-export-checks
allow-large-files

Reviewed By: amyreese

Differential Revision: D66886610

fbshipit-source-id: 8276a7f6164efec189ca0b87e535543ed5bc3615
  • Loading branch information
Thomas Polasek authored and facebook-github-bot committed Dec 6, 2024
1 parent a52ff32 commit c0c842a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion benchmarks/perfetto/backends/clp.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@


class CLPTraceAnalysis(TraceAnalysis):

def __init__(self, args: argparse.Namespace):
super().__init__(args)
1 change: 0 additions & 1 deletion benchmarks/perfetto/backends/perfetto.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@


class PerfettoTraceAnalysis(TraceAnalysis):

name = "perfetto"

def __init__(self, args: argparse.Namespace):
Expand Down

0 comments on commit c0c842a

Please sign in to comment.