adding typing and flake8

This commit is contained in:
Peter Dwyer
2022-09-01 11:51:42 +01:00
parent 64d75115ca
commit e098de3122
3 changed files with 26 additions and 21 deletions

View File

@@ -5,6 +5,8 @@ addopts = --flake8
max-line-length = 120
ignore =
* ANN101
* ANN002
* ANN003
# Ignore rules which contradicts black's formatting choices:
; * E501
; * W503