Conversation
Contributor
Qodana for Python1 new problem were found
@@ Code coverage @@
+ 72% total lines covered
805 lines analyzed, 585 lines covered
# Calculated according to the filters of your coverage tool💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at qodana-support@jetbrains.com
|
Collaborator
|
@dependabot recreate |
…th 5 updates Bumps the pip-version-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [tox](https://github.com/tox-dev/tox) | `4.27.0` | `4.28.0` | | [mypy](https://github.com/python/mypy) | `1.16.1` | `1.17.0` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.1.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.11.13` | `0.12.4` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `7.1.2` | `7.4.7` | Updates `tox` from 4.27.0 to 4.28.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.27.0...4.28.0) Updates `mypy` from 1.16.1 to 1.17.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.1...v1.17.0) Updates `python-dotenv` from 1.0.1 to 1.1.1 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.0.1...v1.1.1) Updates `ruff` from 0.11.13 to 0.12.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.11.13...0.12.4) Updates `sphinx` from 7.1.2 to 7.4.7 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v7.4.7/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v7.1.2...v7.4.7) --- updated-dependencies: - dependency-name: tox dependency-version: 4.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-version-updates - dependency-name: mypy dependency-version: 1.17.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-version-updates - dependency-name: python-dotenv dependency-version: 1.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-version-updates - dependency-name: ruff dependency-version: 0.12.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-version-updates - dependency-name: sphinx dependency-version: 7.4.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
6c634b1 to
a5ad843
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the pip-version-updates group with 5 updates in the / directory:
4.27.04.28.01.16.11.17.01.0.11.1.10.11.130.12.47.1.27.4.7Updates
toxfrom 4.27.0 to 4.28.0Release notes
Sourced from tox's releases.
Changelog
Sourced from tox's changelog.
Commits
af94e62release 4.28.055af14aAllow disabling plugins on a one-off (#3560)57b5dc6[pre-commit.ci] pre-commit autoupdate (#3562)e2ff114Add[testenv] constraintsoption (#3556)7138c38[pre-commit.ci] pre-commit autoupdate (#3558)3c4497c[pre-commit.ci] pre-commit autoupdate (#3554)452c174[docs] Document how to require a plugin (#3552)cb8e0fb[pre-commit.ci] pre-commit autoupdate (#3548)Updates
mypyfrom 1.16.1 to 1.17.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
0260991Update version string3901aa2Updates to 1.17 changelog (#19436)7d13396Initial changelog for 1.17 release (#19427)a182decCombine the revealed types of multiple iteration steps in a more robust manne...ab4fd57Improve the handling of "iteration dependent" errors and notes in finally cla...09ba1f6[mypyc] Fix exception swallowing in async try/finally blocks with await (#19353)5c65e33[mypyc] Fix AttributeError in async try/finally with mixed return paths (#19361)934ec50Lessen dmypy suggest path limitations for Windows machines (#19337)a4801f9Type ignore comments erroneously marked as unused by dmypy (#15043)c3bfa0dHandle corner case: protocol vs classvar vs descriptor (#19277)Updates
python-dotenvfrom 1.0.1 to 1.1.1Release notes
Sourced from python-dotenv's releases.
Changelog
Sourced from python-dotenv's changelog.
Commits
16e660dBump version: 1.1.0 → 1.1.1667e82fupdate changelog9d85edbfix(cli): issue with execvpe on Windows (#566)8411987fix: ensure find_dotenv work reliably on python 3.13 (#563)01f8997docs update6a02ef5update mkdocs -> mkdocstrings config36c6270Update changelog2198b69Bump version: 1.0.1 → 1.1.0c89fb6dUpdate changelog8dd413eAdd _is_debugger so load_dotenv will work in pdb (#553)Updates
rufffrom 0.11.13 to 0.12.4Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
ee2759bBump 0.12.4 (#19406)35f33d9[ty] publish settings diagnostics (#19335)5d78b31[flake8-use-pathlib] Add autofix forPTH109(#19245)c2a05b4[ty] Usebitflagsfor resolved client capabilities (#19393)fae0b5c[ty] Initial implementation of declaration and definition providers. (#19371)cbe94b0[ty] Support empty function bodies inif TYPE_CHECKINGblocks (#19372)029de78[flake8-use-pathlib] Fix false negative on directPath()instantiation (`...ff94fe7Treat form feed as valid whitespace before a semicolon (#19343)b2501b4[pylint] Detect indirectpathlib.Pathusages forunspecified-encoding(...291699b[refurb]FURB164fix should validate arguments and should usually be mark...Updates
sphinxfrom 7.1.2 to 7.4.7Release notes
Sourced from sphinx's releases.
... (truncated)
Changelog
Sourced from sphinx's changelog.
... (truncated)
Commits
0d912c8Bump to 7.4.7 finalbbc97e0autosummary: Filter invalid import prefixes inautolink(#12626)6c486a5Fix detecting file changes for the overwritten file warning (#12627)2bd973eautodoc: Fix warnings with dataclasses inAnnotatedmetadata (#12622)dd77f85Support callables inAnnotatedtypes (#12625)1ed4ca7Marktest_build_manpageas XFAIL following changes in Docutils mastercd8ce07Update message catalogues following reverted commitsc6cd25fPartially revert "Update message catalogues (#11626)"fa2ba7dPartially Revert "[bot]: Update message catalogues (#12563)"e439c6fEnsure that old-style object description options are respected (#12620)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions