Commit 1e3cc6b2 authored by moto's avatar moto Committed by Facebook GitHub Bot
Browse files

Disable lint CI signal (#2487)

Summary:
Lint style has diverged since fb-internal lint engine has been changed.

Backport of https://github.com/pytorch/audio/issues/2466.

Pull Request resolved: https://github.com/pytorch/audio/pull/2487

Reviewed By: carolineechen

Differential Revision: D37160193

Pulled By: mthrok

fbshipit-source-id: cf4e2091a78a0da53269ae1251a55d4d1e52ead2
parent be213bfb
...@@ -118,7 +118,7 @@ jobs: ...@@ -118,7 +118,7 @@ jobs:
command: pre-commit install-hooks command: pre-commit install-hooks
- run: - run:
name: Lint Python code and config files name: Lint Python code and config files
command: pre-commit run --all-files command: pre-commit run --all-files || true
- run: - run:
name: Required lint modifications name: Required lint modifications
when: always when: always
......
...@@ -118,7 +118,7 @@ jobs: ...@@ -118,7 +118,7 @@ jobs:
command: pre-commit install-hooks command: pre-commit install-hooks
- run: - run:
name: Lint Python code and config files name: Lint Python code and config files
command: pre-commit run --all-files command: pre-commit run --all-files || true
- run: - run:
name: Required lint modifications name: Required lint modifications
when: always when: always
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment