STYLE: Code linting by jahnvi480 · Pull Request #216 · microsoft/mssql-python
tests/test_004_cursor.py
Updates parameter name from
tableType to table_type in cursor.tables() calls
mssql_python/type.py
Breaks long function signature and error message formatting into multiple lines
mssql_python/testing_ddbc_bindings.py
Removes unused import and reformats long function calls across multiple lines
mssql_python/row.py
Adds module header and reformats long lines with proper indentation
mssql_python/pooling.py
Adds comprehensive module documentation and docstrings for all methods
mssql_python/mssql_python.pyi
Breaks long function signature into multiple lines for better readability
mssql_python/logging_config.py
Updates string quoting style and improves code formatting consistency
mssql_python/helpers.py
Reorganizes imports and removes inline import statements
mssql_python/exceptions.py
Reformats exception instantiation calls for better readability
mssql_python/ddbc_bindings.py
Updates string quoting style and reformats conditional logic
mssql_python/db_connection.py
Breaks long function signature and adds proper spacing
mssql_python/cursor.py
Extensive formatting improvements including line breaks, string quoting, and parameter naming
mssql_python/constants.py
Adds spacing between enum class definitions
mssql_python/connection.py
Reformats imports, breaks long lines, and improves string quoting consistency
mssql_python/bcp_options.py
Adds module header and improves error message formatting
mssql_python/auth.py
Reformats imports and improves code formatting throughout
mssql_python/init.py
Reorganizes imports and uncomments documentation