| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1263 +/- ##
==========================================
- Coverage 86.24% 84.52% -1.72%
==========================================
Files 17 17
Lines 2436 2469 +33
Branches 258 248 -10
==========================================
- Hits 2101 2087 -14
- Misses 249 304 +55
+ Partials 86 78 -8 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
There was a problem hiding this comment.
Updates the codebase to address Ruff lint/style findings, largely through import reordering, minor refactors in tests, and a small configuration update to Ruff settings.
Changes:
Copilot reviewed 23 out of 23 changed files in this pull request and generated 1 comment.
Show a summary per file| File | Description |
|---|---|
| tests/test_auth.py | Import spacing tweak. |
| pyproject.toml | Adjusts Ruff ignore rules and adds per-file ignores. |
| pymysql/times.py | Import order cleanup. |
| pymysql/tests/test_SSCursor.py | Import order cleanup. |
| pymysql/tests/test_optionfile.py | Import grouping cleanup. |
| pymysql/tests/test_nextset.py | Import order cleanup. |
| pymysql/tests/test_load_local.py | Import order cleanup. |
| pymysql/tests/test_issues.py | Tightens exception assertions and minor loop cleanup. |
| pymysql/tests/test_err.py | Import order cleanup. |
| pymysql/tests/test_DictCursor.py | Import order cleanup. |
| pymysql/tests/test_cursor.py | Import order cleanup. |
| pymysql/tests/test_converters.py | Removes extraneous blank line / spacing normalization. |
| pymysql/tests/test_connection.py | Fixes mock assertions (assert_not_called()), import order cleanup. |
| pymysql/tests/test_basic.py | Minor loop/range simplification and __all__ ordering. |
| pymysql/tests/base.py | Import order cleanup. |
| pymysql/protocol.py | Import order + minor __str__ formatting refactor. |
| pymysql/cursors.py | Import order cleanup. |
| pymysql/converters.py | Import order cleanup. |
| pymysql/connections.py | Import order cleanup; uses contextlib.suppress in close(). |
| pymysql/_auth.py | Import order cleanup. |
| pymysql/init.py | Reorders exports/imports; removes prior Ruff suppression comment. |
| example.py | Removes legacy example script. |
| docs/source/conf.py | Import order cleanup. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Sorry, something went wrong.
| paramstyle = "pyformat" | ||
|
|
||
| from . import connections # noqa: E402 | ||
| from . import connections |
| Back | FazBrowse Home | New Git URL |
No description provided.