We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4615d4d commit 174ca7cCopy full SHA for 174ca7c
1 file changed
.github/workflows/pr-type-lint-format.yml
@@ -26,12 +26,12 @@ jobs:
26
- name: Run type check using mypy
27
run: |
28
mypy
29
+ - name : Run linting check using ruff
30
+ run: |
31
+ ruff check
32
- name: Run formatting check using black
33
34
black . --check
- - name : Run linting check using ruff
- run: |
- ruff check .
35
- name: Run spell check using codespell
36
37
codespell -d pynetdicom
0 commit comments