Skip to content

Commit

Permalink
fit ga
Browse files Browse the repository at this point in the history
  • Loading branch information
solidiquis committed Jun 15, 2024
1 parent 80a28a9 commit 6c22bc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
- name: Lint
working-directory: python
run: |
ruff check .
ruff check
- name: Format
working-directory: python
run: |
ruff fmt --check .
ruff format --check
- name: Pytest
working-directory: python
Expand Down
4 changes: 2 additions & 2 deletions python/scripts/dev
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ bootstrap() {

fmt() {
source venv/bin/activate
ruff format lib/sift_py lib/sift_internal
ruff format
}

lint() {
source venv/bin/activate
ruff check lib/sift_py lib/sift_internal
ruff check
}

run_tests() {
Expand Down

0 comments on commit 6c22bc4

Please sign in to comment.