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 372ff27 commit e2e9883Copy full SHA for e2e9883
.github/workflows/pythontest.yml
@@ -23,6 +23,10 @@ jobs:
23
pip install ".[dev]"
24
pip install -r requirements.txt -r test-requirements.txt
25
pip install -U coveralls pyyaml
26
+ - name: lint with ruff
27
+ run: |
28
+ ruff format tdclient --diff --exit-non-zero-on-fix
29
+ ruff check tdclient tests
30
- name: Run pyright
31
run: |
32
pyright tdclient
0 commit comments