Skip to content

Commit

Permalink
Lint more files, relax some type checks (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberon00 authored and c24t committed Jul 15, 2019
1 parent c1ee8c7 commit 981681a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ changedir =
commands =
; Prefer putting everything in one pylint command to profit from duplication
; warnings.
py37-lint: pylint opentelemetry-api/src/opentelemetry/ opentelemetry-api/tests/
py37-lint: pylint opentelemetry-api/src/opentelemetry/ opentelemetry-api/tests/ opentelemetry-api/setup.py
py37-mypy: mypy opentelemetry-api/src/opentelemetry/
; For test code, we don't want to use the full mypy strictness, so we use its
; default flags instead.
py37-mypy: mypy opentelemetry-api/tests/ --config-file=
; For test code, we don't want to enforce the full mypy strictness
py37-mypy: mypy opentelemetry-api/src/opentelemetry/
py37-mypy: mypy --config-file=mypy-relaxed.ini opentelemetry-api/tests/ opentelemetry-api/setup.py
test: python -m unittest discover

[testenv:docs]
Expand Down

0 comments on commit 981681a

Please sign in to comment.