Skip to content

Commit

Permalink
Convert directory arvr/projects/ariane 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 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: tpolasek

Differential Revision: D66315644

fbshipit-source-id: 51bb33ac7046182b8eb17b2c690c55cbf8b15f79
  • Loading branch information
amyreese authored and facebook-github-bot committed Nov 22, 2024
1 parent def6a37 commit e15b7ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def build_extension(self, ext):
pass

else:

# Single config generators are handled "normally"
single_config = any(x in cmake_generator for x in {"NMake", "Ninja"})

Expand Down

0 comments on commit e15b7ff

Please sign in to comment.