From 8d47a932357a71aca26cdd669cac9692233d0414 Mon Sep 17 00:00:00 2001 From: Stephen Rosen Date: Tue, 29 Aug 2023 19:56:01 -0500 Subject: [PATCH] Remove ruff from GHA This is already run in pre-commit there is no benefit to running it twice. --- .github/workflows/build.yaml | 7 ------- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d18896bf..ec6123e7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -6,13 +6,6 @@ on: schedule: - cron: '0 4 * * 1' jobs: - ruff: # https://beta.ruff.rs - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - run: pip install --user ruff - - run: ruff --format=github . - # this job ensures that tests can run from the packaged version, which means # that nose2 is correctly packaging and distributing its tests test-sdist: diff --git a/pyproject.toml b/pyproject.toml index f733c4b8..fd06d743 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ ignore = [ "RUF005", "RUF100" ] -target-version = "py37" +target-version = "py38" [tool.ruff.isort] known-third-party = [