mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-23 09:54:26 +01:00
Format Python bindings code using Ruff
- Use double quotes (Ruff/Black default) - Configure some set of linters to use with Ruff
This commit is contained in:
@@ -14,16 +14,16 @@ from ._limbo import (
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
'__version__',
|
||||
'Connection',
|
||||
'Cursor',
|
||||
'InterfaceError',
|
||||
'DatabaseError',
|
||||
'DataError',
|
||||
'OperationalError',
|
||||
'IntegrityError',
|
||||
'InternalError',
|
||||
'ProgrammingError',
|
||||
'NotSupportedError',
|
||||
'connect',
|
||||
"__version__",
|
||||
"Connection",
|
||||
"Cursor",
|
||||
"InterfaceError",
|
||||
"DatabaseError",
|
||||
"DataError",
|
||||
"OperationalError",
|
||||
"IntegrityError",
|
||||
"InternalError",
|
||||
"ProgrammingError",
|
||||
"NotSupportedError",
|
||||
"connect",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user