We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b45689 commit cd54c27Copy full SHA for cd54c27
.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