Skip to content

Commit

Permalink
Remove unnecessary CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
emdoyle committed Dec 19, 2024
1 parent 4e91501 commit 28af7eb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 70 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,3 @@ jobs:
run: |
source .venv/bin/activate
nox --session tests
- name: Check ruff
run: |
source .venv/bin/activate
ruff check
ruff format --check
- name: Check types with pyright
run: |
source .venv/bin/activate
pyright src/ bundled/tool/
59 changes: 0 additions & 59 deletions Makefile

This file was deleted.

2 changes: 0 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
pip==24.0
pytest==8.2.2
pyright==1.1.377
ruff==0.4.1
tach==0.18.0
# LSP
nox==2024.4.15
Expand Down

0 comments on commit 28af7eb

Please sign in to comment.