Skip to content

Commit

Permalink
made github use ruff preview
Browse files Browse the repository at this point in the history
  • Loading branch information
c4ffein committed Aug 21, 2024
1 parent f46aae2 commit f397e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
- name: Install Dependencies
run: flit install --symlink
- name: Ruff format
run: ruff format --check ninja tests
run: ruff format --preview --check ninja tests
- name: Ruff lint
run: ruff check ninja tests
run: ruff check --preview ninja tests
- name: mypy
run: mypy ninja tests/mypy_test.py

0 comments on commit f397e83

Please sign in to comment.