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