Skip to content

Commit 0dfade5

Browse files
committed
Run ruff in ci.
Fixes #157
1 parent e34530c commit 0dfade5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,14 @@ jobs:
3333
- name: Install dependencies
3434
run: |
3535
python3 -m pip install --upgrade pip
36-
python3 -m pip install --upgrade setuptools wheel setuptools_scm
36+
python3 -m pip install --upgrade setuptools wheel setuptools_scm ruff
3737
python3 -m pip install sphinx
3838
python3 -m pip install ".[test,twisted]"
3939
40+
- name: Ruff
41+
run: |
42+
python -m ruff check .
43+
4044
- name: Tests
4145
run: |
4246
python -W once -m testtools.run testtools.tests.test_suite

0 commit comments

Comments
 (0)