check for isort with ruff

This commit is contained in:
figsoda 2022-12-11 13:56:11 -05:00
parent ea8b8663b9
commit 9b15086d05

View File

@ -1,8 +1,7 @@
[tool.ruff]
line-length = 88
# Enable Pyflakes `E` and `F` codes by default.
select = ["E", "F"]
select = ["E", "F", "I"]
ignore = [ "E501" ]
[tool.mypy]