8000 remove pycode · TableauJoe/server-client-python@7443d33 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7443d33

Browse files
committed
remove pycode
1 parent 39560e5 commit 7443d33

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,10 @@ jobs:
2525
pip install -e .[test]
2626
pip install mypy
2727
28-
- name: Lint with pycodestyle
29-
run: |
30-
pycodestyle tableauserverclient test samples
31-
3228
- name: Test with pytest
3329
run: |
3430
pytest test
31+
3532
- name: Run Mypy but allow failures
3633
run: |
3734
mypy --show-error-codes --disable-error-code misc tableauserverclient

0 commit comments

Comments
 (0)
0