We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb3999 commit 418e3e5Copy full SHA for 418e3e5
.github/workflows/python-lint.yml
@@ -43,12 +43,12 @@ jobs:
43
uses: liskin/gh-problem-matcher-wrap@v1
44
with:
45
linters: isort
46
- run: isort scripts/ tcod/ tests/ --check
+ run: isort scripts/ tcod/ tests/ --check --diff
47
- name: isort (examples)
48
49
50
51
- run: isort examples/ --check --thirdparty tcod
+ run: isort examples/ --check --diff --thirdparty tcod
52
- name: Black
53
run: |
54
- black --check examples/ scripts/ tcod/ tests/ *.py
+ black --check --diff examples/ scripts/ tcod/ tests/ *.py
0 commit comments