We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34530c commit 0dfade5Copy full SHA for 0dfade5
.github/workflows/test.yml
@@ -33,10 +33,14 @@ jobs:
33
- name: Install dependencies
34
run: |
35
python3 -m pip install --upgrade pip
36
- python3 -m pip install --upgrade setuptools wheel setuptools_scm
+ python3 -m pip install --upgrade setuptools wheel setuptools_scm ruff
37
python3 -m pip install sphinx
38
python3 -m pip install ".[test,twisted]"
39
40
+ - name: Ruff
41
+ run: |
42
+ python -m ruff check .
43
+
44
- name: Tests
45
46
python -W once -m testtools.run testtools.tests.test_suite
0 commit comments