mirror of
https://github.com/EvolutionAPI/evolution-client-python.git
synced 2025-12-25 22:57:43 -06:00
refactor: configure ruff ignores and fix import issues
This commit is contained in:
@@ -55,7 +55,10 @@ select = [
|
||||
"SIM", # flake8-simplify
|
||||
]
|
||||
ignore = [
|
||||
"E501", # line too long (handled by formatter)
|
||||
"E501", # line too long (handled by formatter)
|
||||
"N803", # argument name should be lowercase (API compatibility)
|
||||
"N815", # variable in class scope should not be mixedCase (API compatibility)
|
||||
"SIM115", # context manager for files (requires refactoring file upload logic)
|
||||
]
|
||||
|
||||
[tool.ruff.lint.isort]
|
||||
|
||||
Reference in New Issue
Block a user