Skip to content

Commit

Permalink
Merge branch 'master' into big-segments
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-darkly committed Dec 8, 2021
2 parents 7e8da3d + 4fbf338 commit c0481f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
name: verify typehints
command: |
export PATH="/home/circleci/.local/bin:$PATH"
mypy --install-types --non-interactive ldclient testing
mypy --config-file mypy.ini ldclient testing
- unless:
Expand Down
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ coverage>=4.4
jsonpickle==0.9.3
pytest-cov>=2.4.0
codeclimate-test-reporter>=0.2.1
pytest-mypy==0.7
mypy==0.800
pytest-mypy==0.8.1
mypy==0.910

0 comments on commit c0481f5

Please sign in to comment.