forked from github/plane
[WEB - 549] dev: formatting and removing unused imports (#3782)
* dev: formatting and removing unused imports * dev: remove unused imports and format all the files * fix: linting errors * dev: format using ruff * dev: remove unused variables
This commit is contained in:
@@ -16,3 +16,10 @@ exclude = '''
|
||||
| venv
|
||||
)/
|
||||
'''
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 79
|
||||
exclude = [
|
||||
"**/__init__.py",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user