Skip to content

Commit a5a2f04

Browse files
authored
black and mypy only in the metadata workflow (tableau#1082)
1 parent 91c25b2 commit a5a2f04

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,7 @@ jobs:
2525
python -m pip install --upgrade pip
2626
pip install -e .[test]
2727
28-
- name: Format with black
29-
run: |
30-
black --check --line-length 120 tableauserverclient samples test
31-
3228
- name: Test with pytest
3329
if: always()
3430
run: |
3531
pytest test
36-
37-
- name: Run Mypy tests
38-
run: |
39-
mypy --show-error-codes --disable-error-code misc --disable-error-code import tableauserverclient test

0 commit comments

Comments
 (0)