traveltime-dev / traveltime-python-sdk

TravelTime SDK for Python programming language
https://docs.traveltime.com/
MIT License
20 stars 5 forks source link

Adding type checking and code style enforcement to CI #115

Closed arnasbr closed 7 months ago

arnasbr commented 7 months ago

Added mypy for type checking, black for code style.

arnasbr commented 7 months ago

image no clue why it's not ignoring these files, it works perfectly fine locally.

[mypy]
ignore_missing_imports = True
exclude = ^(traveltimepy/proto/|build/|venv/)$

it does take the ignore_missing_imports rule tho, so it's using the config correctly. I'll continue tomorrow

danielnaumau commented 7 months ago

Looks great, thank you !