Skip to content

Commit a1d3102

Browse files
committed
Switch to ruff linter from lintlizard
The latter is unmaintained and currently incompatible with python 3.12.
1 parent aa7c557 commit a1d3102

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Lint code
2323
run: |
2424
pip install -c requirements.txt -r requirements-lint.txt
25-
lintlizard --ci
25+
ruff check tasktiger tests
2626
2727
# Run tests
2828
test:

requirements-lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
lintlizard==0.26.0
21
types-redis
2+
ruff==0.11.11

0 commit comments

Comments
 (0)