crscardellino's picture
Added device to the steps
f781de0
raw
history blame
125 Bytes
[flake8]
exclude =
__pycache__
migrations/
.venv/
*venv/
max-line-length = 100
extend-ignore = E203,E501,E701