Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwooo committed Aug 20, 2024
1 parent 143bcd3 commit e5b0cf3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
# - uses: psf/black@stable
python-version: "3.12"
- name: Ruff format
uses: chartboost/ruff-action@v1
with:
args: format --check
- name: Ruff lint
uses: chartboost/ruff-action@v1
- uses: yezz123/setup-uv@v4
- name: Mypy
run: |
python -m pip install -e '.[dev]'
uv pip install -r requirements.txt
uv pip install -e '.[dev]'
mypy src/

0 comments on commit e5b0cf3

Please sign in to comment.