We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780a4e1 commit cf94531Copy full SHA for cf94531
.github/workflows/test.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Type Checker
28
run: |
29
mypy ptpython
30
- ruff .
+ ruff check .
31
ruff format --check .
32
- name: Run Tests
33
0 commit comments