Skip to content

Commit

Permalink
Deactivate ruff formatting check from workflow (#65)
Browse files Browse the repository at this point in the history
Summary:
Until we make ensure consistent formatting with ruff across internal and open-source code.

Pull Request resolved: #65

Reviewed By: anana10c

Differential Revision: D67462047

Pulled By: tsunghsienlee

fbshipit-source-id: 0a5b913d9f994525b4e13ff5b50a75e0e0421d95
  • Loading branch information
runame authored and facebook-github-bot committed Dec 19, 2024
1 parent b5dd2f2 commit 477e329
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
- name: Run usort check.
run: |
usort check .
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
with:
args: "format --check"
# TODO: make formatting with ruff consistent across internal and open-source code.
# ruff:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: astral-sh/ruff-action@v1
# with:
# args: "format --check"

0 comments on commit 477e329

Please sign in to comment.