Skip to content

Commit f1d9e2a

Browse files
committed
Merge branch 'mypy' into developer
2 parents ffbcd96 + 92f0065 commit f1d9e2a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ docstring-convention = numpy
99
[mypy]
1010
ignore_missing_imports = True
1111
no_warn_no_return = True
12+
files = pymove
1213

1314
[isort]
1415
multi_line_output = 3
1516
include_trailing_comma = True
1617
line_length = 90
1718
known_third_party = IPython,branca,dask,dateutil,folium,geohash2,geopandas,holidays,ipywidgets,joblib,matplotlib,numpy,pandas,psutil,scipy,setuptools,shapely,sklearn,tqdm
1819

19-
[aliases]
20-
test = pytest
21-
2220
[tool:pytest]
2321
addopts =
2422
--ignore notebooks

0 commit comments

Comments
 (0)