From 04f863ccd2eeea427e45b0613eea8aeae2083315 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Thu, 1 Sep 2022 23:05:21 +0800 Subject: [PATCH] Prettify md/yaml files Resolved via `prettier -w .` --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/release.yaml | 6 +++--- README.md | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d6170d3877..302b9695fc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ main ] + branches: [main] pull_request: - branches: [ main ] + branches: [main] jobs: cargo_build: @@ -105,7 +105,7 @@ jobs: toolchain: stable - uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: "3.10" - run: pip install maturin - uses: actions/cache@v3 env: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 96067b62fe..ef63b82a08 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -227,9 +227,9 @@ jobs: os: [ubuntu-latest, macos-latest] target: [x86_64, aarch64] python-version: - - '3.7' - - '3.8' - - '3.9' + - "3.7" + - "3.8" + - "3.9" exclude: - os: macos-latest target: aarch64 diff --git a/README.md b/README.md index 637e9137dd..025b00e9dc 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,7 @@ hyperfine --ignore-failure --warmup 5 \ ``` In order, these evaluate: + - ruff - Pylint - PyFlakes