Skip to content

Commit

Permalink
update mypy (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek authored Feb 14, 2024
1 parent 49be4a4 commit 6157e12
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 135 deletions.
22 changes: 0 additions & 22 deletions server/data_updates/00002_20160803-171643_validators.py

This file was deleted.

24 changes: 0 additions & 24 deletions server/data_updates/00003_20160829-094134_validators.py

This file was deleted.

24 changes: 0 additions & 24 deletions server/data_updates/00004_20171026-103118_content_types.py

This file was deleted.

39 changes: 0 additions & 39 deletions server/data_updates/00005_20181114-090110_vocabularies.py

This file was deleted.

24 changes: 0 additions & 24 deletions server/data_updates/00024_20200813-120515_vocabularies.py

This file was deleted.

7 changes: 6 additions & 1 deletion server/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ pytest
flake8
pep8
nose
mypy<=0.799
mypy<=1.8.0
httmock==1.4.0
wooper==0.4.4
requests_mock

types-python-dateutil
types-pytz
types-requests
types-six
2 changes: 1 addition & 1 deletion server/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ exclude=env,bin,lib,include,src
ignore=F811,D200,D202,D205,D400,D401,D100,D101,D102,D103,D104,D105,D107,W503,W504,W605,F401,E261,F841

[mypy]
python_version = 3.6
python_version = 3.8
allow_untyped_globals = True
ignore_missing_imports = True

0 comments on commit 6157e12

Please sign in to comment.