Skip to content

Commit 4ee90d1

Browse files
fix: Remove ruff (handled by pre-commit.ci, not a runtime dependency) (#516)
* fix: Remove ruff (handled by pre-commit.ci, not a runtime dependency) * lowercase ci --------- Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 39351f3 commit 4ee90d1

File tree

3 files changed

+2
-36
lines changed

3 files changed

+2
-36
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
1-
name: ruff_and_tox
1+
name: ci
22
on:
33
push:
44
branches: [master]
55
pull_request:
66
branches: [master]
77
jobs:
8-
ruff: # https://docs.astral.sh/ruff/editor-integrations/#github-actions
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@v5
12-
- run: pipx install "codespell[toml]" ruff
13-
- run: codespell
14-
- run: ruff check --output-format=github
15-
168
tox:
17-
needs: ruff
189
strategy:
1910
fail-fast: false
2011
max-parallel: 5

Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ verify_ssl = true
55

66
[dev-packages]
77
coverage = "*"
8-
ruff = "*"
98

109
[packages]
1110
requests = "*"

Pipfile.lock

Lines changed: 1 addition & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)