-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pre-commit.ci] pre-commit autoupdate #859
Conversation
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.242 → v0.0.254](astral-sh/ruff-pre-commit@v0.0.242...v0.0.254) - [github.com/nbQA-dev/nbQA: 1.6.1 → 1.6.3](nbQA-dev/nbQA@1.6.1...1.6.3)
for more information, see https://pre-commit.ci
Codecov Report
@@ Coverage Diff @@
## master #859 +/- ##
==========================================
- Coverage 96.56% 96.47% -0.10%
==========================================
Files 95 95
Lines 6227 6235 +8
==========================================
+ Hits 6013 6015 +2
- Misses 214 220 +6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There is one thing left where Ruff and deepsource.io (probably flake8) disagree: an unused import which was marked as ignore. But Ruff thinks the ignore is not mandatory, while flake8 thinks it is. |
- use importlib.util.find_spec for module availability check. - explicit stacklevel - ignore too high complexity of get_schema_tree
- explicit stacklevel for warn - fixed some grammar mistakes Pycharm found.
updates: