QOL fixes (#141)

- Add missing type annotations
- Various style improvements
- Use constants more consistently
- enforce black on benchmark code
This commit is contained in:
James
2020-10-17 18:27:11 +01:00
committed by GitHub
parent bf9412e083
commit 8f7af272cc
16 changed files with 177 additions and 220 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- name: Run Black
uses: lgeiger/black-action@master
with:
args: --check src/ tests/
args: --check src/ tests/ benchmarks/
- name: Install rST dependcies
run: python -m pip install doc8