We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bfbf87 commit 294c6a2Copy full SHA for 294c6a2
.github/workflows/run_tests.yml
@@ -63,9 +63,6 @@ jobs:
63
- name: flake it
64
run: poetry run flake8 .
65
66
- - name: run mypy
67
- run: poetry run mypy .
68
-
69
- name: run tests
70
run: |
71
poetry run coverage run -m pytest --create-db
mypy.ini
@@ -7,8 +7,7 @@ ignore_missing_imports = True
7
show_column_numbers = True
8
pretty = True
9
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/)
+files = trove/
12
13
disallow_untyped_defs = True
14
warn_unused_ignores = True
0 commit comments