From c3577e1427a31d67e4127e2d77d99295d3775fd3 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Wed, 29 Jan 2025 20:17:46 +0530 Subject: [PATCH] npm run format-check --- .github/workflows/e2e-tests.yml | 8 +---- .github/workflows/test-pypy.yml | 6 ++-- .github/workflows/test-python.yml | 56 ++++--------------------------- 3 files changed, 10 insertions(+), 60 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 91419ee9..d67bf4cc 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -18,13 +18,7 @@ jobs: strategy: matrix: operating-system: - [ - windows-latest, - ubuntu-22.04, - ubuntu-latest, - macos-latest, - macos-13 - ] + [windows-latest, ubuntu-22.04, ubuntu-latest, macos-latest, macos-13] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/test-pypy.yml b/.github/workflows/test-pypy.yml index 05db90fb..702c0e92 100644 --- a/.github/workflows/test-pypy.yml +++ b/.github/workflows/test-pypy.yml @@ -20,8 +20,7 @@ jobs: strategy: fail-fast: false matrix: - os: - [macos-latest, windows-latest, ubuntu-latest, macos-13] + os: [macos-latest, windows-latest, ubuntu-latest, macos-13] pypy: - 'pypy-2.7' - 'pypy-3.10' @@ -75,8 +74,7 @@ jobs: strategy: fail-fast: false matrix: - os: - [macos-latest, windows-latest, ubuntu-latest, macos-13] + os: [macos-latest, windows-latest, ubuntu-latest, macos-13] pypy: ['pypy2.7', 'pypy3.9', 'pypy3.10-nightly'] steps: diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index 3861c462..6babd2dd 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -21,13 +21,7 @@ jobs: fail-fast: false matrix: os: - [ - macos-latest, - windows-latest, - ubuntu-22.04, - macos-13, - ubuntu-latest - ] + [macos-latest, windows-latest, ubuntu-22.04, macos-13, ubuntu-latest] python: [3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0] steps: - name: Checkout @@ -63,13 +57,7 @@ jobs: fail-fast: false matrix: os: - [ - macos-latest, - windows-latest, - ubuntu-22.04, - macos-13, - ubuntu-latest - ] + [macos-latest, windows-latest, ubuntu-22.04, macos-13, ubuntu-latest] python: [3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0] steps: - name: Checkout @@ -108,13 +96,7 @@ jobs: fail-fast: false matrix: os: - [ - macos-latest, - windows-latest, - ubuntu-22.04, - macos-13, - ubuntu-latest - ] + [macos-latest, windows-latest, ubuntu-22.04, macos-13, ubuntu-latest] python: [3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0] steps: - name: Checkout @@ -151,13 +133,7 @@ jobs: fail-fast: false matrix: os: - [ - macos-latest, - windows-latest, - ubuntu-22.04, - macos-13, - ubuntu-latest - ] + [macos-latest, windows-latest, ubuntu-22.04, macos-13, ubuntu-latest] python: [3.9.13, 3.10.11, 3.11.9, '==3.12.3', 3.13.0] steps: - name: Checkout @@ -199,13 +175,7 @@ jobs: fail-fast: false matrix: os: - [ - macos-latest, - windows-latest, - ubuntu-22.04, - macos-13, - ubuntu-latest - ] + [macos-latest, windows-latest, ubuntu-22.04, macos-13, ubuntu-latest] python: [3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0] steps: - name: Checkout @@ -247,13 +217,7 @@ jobs: fail-fast: false matrix: os: - [ - macos-latest, - windows-latest, - ubuntu-22.04, - macos-13, - ubuntu-latest - ] + [macos-latest, windows-latest, ubuntu-22.04, macos-13, ubuntu-latest] steps: - name: Checkout uses: actions/checkout@v4 @@ -345,13 +309,7 @@ jobs: fail-fast: false matrix: os: - [ - macos-latest, - windows-latest, - ubuntu-22.04, - macos-13, - ubuntu-latest - ] + [macos-latest, windows-latest, ubuntu-22.04, macos-13, ubuntu-latest] python: ['3.9', '3.10', '3.11', '3.12', '3.13'] steps: - name: Checkout