template cleanup following initial merge with py-evm (#80)

* template cleanup following initial merge with py-evm

* add flake8 pin comment

* correct license years

* add pin note to mypy
This commit is contained in:
Paul Robinson
2023-04-12 15:35:34 -06:00
committed by pacrob
parent 68d37fa50f
commit 431db89753
10 changed files with 22 additions and 18 deletions

View File

@ -1,6 +1,9 @@
[pytest]
addopts= -v --showlocals --durations 10
addopts= -v --showlocals --durations 10
xfail_strict=true
log_format = %(levelname)8s %(asctime)s %(filename)20s %(message)s
log_date_format = %m-%d %H:%M:%S
timeout = 300
[pytest-watch]
runner= pytest --failed-first --maxfail=1 --no-success-flaky-report