flake8 and isort don't quite agree on sorting order
This commit is contained in:
parent
cf294d18d6
commit
f652613ecc
2 changed files with 1 additions and 5 deletions
|
@ -519,7 +519,3 @@ if __name__ == "__main__":
|
|||
except btle.BTLEDisconnectError:
|
||||
log("ERROR: Disconnected")
|
||||
time.sleep(1)
|
||||
try:
|
||||
dev.close()
|
||||
except Exception:
|
||||
pass
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,6 +1,6 @@
|
|||
[flake8]
|
||||
max-line-length = 88
|
||||
extend-ignore = E203, I201
|
||||
extend-ignore = E203, I201, I101
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
|
Loading…
Reference in a new issue