1. 20 Aug, 2023 1 commit
    • moto's avatar
      Fix style check CI job (#3564) · a5da0a28
      moto authored
      Summary:
      It seems that the default Python version was updated to 3.11.
      libcst does not have binary release for 3.11, so the CI attempts to
      build from source but it fails because building libcst requires Rust
      compiler.
      
      This commit fix the Python version of style check job to 3.10 so that
      the issue with Rust compiler is avoided.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/3564
      
      Reviewed By: huangruizhe
      
      Differential Revision: D48499560
      
      Pulled By: mthrok
      
      fbshipit-source-id: 53ab77268d8143f4946d92e8cd1f96aea55e7b72
      a5da0a28
  2. 01 Feb, 2023 1 commit
  3. 22 Dec, 2021 1 commit
    • Joao Gomes's avatar
      Revert linting exemptions introduced in #2071 (#2087) · 575d221e
      Joao Gomes authored
      Summary:
      After discussing with Moto Hira, we decided to revert linting exemptions
      introduced previously in order to keep the entire audio project as formatted
      as possible, to reduce the time we spend on formatting discussion.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2087
      
      Reviewed By: mthrok
      
      Differential Revision: D33236949
      
      Pulled By: jdsgomes
      
      fbshipit-source-id: e13079f532c4534d8a168059b0ded6fa375fdecf
      575d221e
  4. 15 Dec, 2021 1 commit
  5. 10 Dec, 2021 1 commit