Commit Graph

6 Commits

Author SHA1 Message Date
f6e58b7682
ci: Add and configure mypy, and make it happy 2023-11-02 12:42:02 +01:00
ebcc94516c
ci: Add and configure isort, and make it happy 2023-11-02 12:42:01 +01:00
3aa2794b92
ci: Add and configure PyLint, and make it happy 2023-11-02 12:42:01 +01:00
b30aa39d6b
ci: Use black instead of flake8
It results in mostly the same style, plus it’s configurable via pyproject.toml.
2023-11-02 12:42:00 +01:00
160ca7109e
build: Remove async_generator as a dependency
Python 3.6+ can do this natively.
2023-11-02 12:42:00 +01:00
d626b30923
test: Move test files to a separate tests directory 2023-11-02 12:40:55 +01:00