Merge pull request #228 from Davi0kProgramsThings/v3.0.0b3

Merge branch `Davi0kProgramsThings:v3.0.0b3` into branch `bitfinexcom:master`.
This commit is contained in:
Vigan Abdurrahmani
2023-11-23 14:38:41 +01:00
committed by GitHub
83 changed files with 1758 additions and 1689 deletions

View File

@@ -27,5 +27,3 @@ jobs:
run: python -m pylint bfxapi
- name: Run mypy to check the correctness of type hinting (and fail if any error or warning is found)
run: python -m mypy bfxapi
- name: Execute project's unit tests (unittest)
run: python -m unittest bfxapi.tests