forked from tmux-python/tmuxp
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from tmux-python:master #96
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
Open
pull
wants to merge
1,610
commits into
digitalsatori:master
Choose a base branch
from
tmux-python:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Codecov Report
@@ Coverage Diff @@
## master #96 +/- ##
==========================================
- Coverage 75.51% 75.23% -0.28%
==========================================
Files 8 8
Lines 1168 1175 +7
Branches 295 299 +4
==========================================
+ Hits 882 884 +2
- Misses 205 210 +5
Partials 81 81
Continue to review full report at Codecov.
|
a377fff
to
ae6c0eb
Compare
eb9e5f9
to
67013a1
Compare
a284a92
to
28b72ef
Compare
72b3890
to
cac8807
Compare
5cd97e9
to
b7d8c24
Compare
1298511
to
be197a9
Compare
Also remove python 3.7 and 3.8 (EOL) See also: - uv: - https://github.com/astral-sh/uv/releases/tag/0.7.12 - https://github.com/astral-sh/uv/blob/0.7.12/CHANGELOG.md - python: - https://docs.python.org/release/3.13.4/whatsnew/changelog.html#python-3-13-4 - https://devguide.python.org/versions/
tests/workspace/test_builder.py:721: error: Argument "start" to "enumerate" has incompatible type "Union[str, int, None]"; expected "int" [arg-type] tests/workspace/test_builder.py:722: error: Argument 1 to "int" has incompatible type "Optional[str]"; expected "Union[str, Buffer, SupportsInt, SupportsIndex, SupportsTrunc]" [arg-type] tests/workspace/test_builder.py:726: error: Unsupported operand types for - ("int" and "str") [operator] tests/workspace/test_builder.py:726: error: Unsupported operand types for - ("int" and "None") [operator] tests/workspace/test_builder.py:726: note: Right operand is of type "Union[str, int, None]
src/tmuxp/workspace/importers.py:168: error: Item "None" of "Optional[Any]" has no attribute "append" [union-attr]
Run uv run mypy . docs/_ext/aafig.py:71: error: Unused "type: ignore" comment [unused-ignore] docs/_ext/aafig.py:85: error: Item "None" of "Optional[dict[str, Callable[[str], Any]]]" has no attribute "copy" [union-attr] docs/_ext/aafig.py:106: error: "Node" has no attribute "aafig" [attr-defined] Found 3 errors in 1 file (checked 99 source files)
uv run ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; uv run ruff format . Fixed 6 errors: - src/tmuxp/__init__.py: 1 × RUF100 (unused-noqa) - src/tmuxp/workspace/builder.py: 1 × ISC003 (explicit-string-concatenation) 1 × EM101 (raw-string-in-exception) - src/tmuxp/workspace/finders.py: 1 × ISC003 (explicit-string-concatenation) - src/tmuxp/workspace/validation.py: 2 × ISC003 (explicit-string-concatenation) Found 1116 errors (6 fixed, 1110 remaining).
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.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )