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 aa7c557 commit a1d3102Copy full SHA for a1d3102
.github/workflows/test.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Lint code
23
run: |
24
pip install -c requirements.txt -r requirements-lint.txt
25
- lintlizard --ci
+ ruff check tasktiger tests
26
27
# Run tests
28
test:
requirements-lint.txt
@@ -1,2 +1,2 @@
1
-lintlizard==0.26.0
2
types-redis
+ruff==0.11.11
0 commit comments