Skip to content

Commit 294c6a2

Browse files
committed
undo mypy github ci
1 parent 9bfbf87 commit 294c6a2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/run_tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ jobs:
6363
- name: flake it
6464
run: poetry run flake8 .
6565

66-
- name: run mypy
67-
run: poetry run mypy .
68-
6966
- name: run tests
7067
run: |
7168
poetry run coverage run -m pytest --create-db

mypy.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ ignore_missing_imports = True
77
show_column_numbers = True
88
pretty = True
99

10-
# Files not to check
11-
exclude = ^(benchmarks/|github/|api/|app/|db/|how-to/|osf_ouath2_adapter/|project/|share/|share.egg-info/|templates/|tests/|venv/)
10+
files = trove/
1211

1312
disallow_untyped_defs = True
1413
warn_unused_ignores = True

0 commit comments

Comments
 (0)