Nriver / trilium-py

Python client for ETAPI of Trilium Note. Trilium 的 Python版 ETAPI 客户端
GNU Affero General Public License v3.0
118 stars 27 forks source link

Enable black, flake8, check-manifest and pytest #18

Closed jwhonce closed 1 year ago

jwhonce commented 1 year ago

To run verify code and run tests:

$ tox

Closes #17

jwhonce commented 1 year ago

@Nriver This became bigger than I like, standing up flake8, black and unit tests cascaded on me.

Nriver commented 1 year ago

Looks good to me.

jwhonce commented 1 year ago

@Nriver Please merge when you are comfortable with the changes. TIA