Skip to content

Commit

Permalink
Remove ruff from GHA
Browse files Browse the repository at this point in the history
This is already run in pre-commit there is no benefit to running it
twice.
  • Loading branch information
sirosen committed Aug 30, 2023
1 parent c90ca5e commit 8d47a93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ ignore = [
"RUF005",
"RUF100"
]
target-version = "py37"
target-version = "py38"

[tool.ruff.isort]
known-third-party = [
Expand Down

0 comments on commit 8d47a93

Please sign in to comment.