Skip to content

Commit 0408a35

Browse files
committed
ruff
1 parent 9375994 commit 0408a35

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/push.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ jobs:
1212
- name: Set up Python environment
1313
uses: actions/setup-python@v4
1414
with:
15-
python-version: 3.9
16-
- name: flake8
17-
uses: py-actions/flake8@v2
18-
- name: black
19-
uses: psf/black@stable
20-
with:
21-
options: '--check --diff -l 90'
15+
python-version: 3.10
16+
- name: ruff
17+
run: |
18+
pip install ruff
19+
ruff .
2220
2321
build_wheels:
2422
name: Build wheel on ${{matrix.platform}}

0 commit comments

Comments
 (0)