forked from expo/troggle
ran ruff to remove unused imports
This commit is contained in:
@@ -2,4 +2,9 @@
|
||||
line-length = 120
|
||||
|
||||
[tool.isort]
|
||||
profile = 'black'
|
||||
profile = 'black'
|
||||
line-length=120
|
||||
|
||||
[tool.ruff]
|
||||
line-length=120
|
||||
ignore = ["E402"]
|
||||
Reference in New Issue
Block a user