Skip to content

[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
wants to merge 1,610 commits into
base: master
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 8, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Jan 8, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jan 8, 2022

Codecov Report

Merging #96 (b612ff5) into master (bed8e37) will decrease coverage by 0.27%.
The diff coverage is 62.50%.

Impacted file tree graph

@@            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              
Impacted Files Coverage Δ
setup.py 0.00% <ø> (ø)
tmuxp/cli.py 72.98% <62.50%> (-0.25%) ⬇️
tmuxp/util.py 86.11% <0.00%> (-2.78%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bed8e37...b612ff5. Read the comment docs.

@tony tony force-pushed the master branch 2 times, most recently from a377fff to ae6c0eb Compare February 28, 2022 01:27
@tony tony force-pushed the master branch 5 times, most recently from eb9e5f9 to 67013a1 Compare March 12, 2022 21:57
@tony tony force-pushed the master branch 9 times, most recently from a284a92 to 28b72ef Compare March 20, 2022 16:33
@tony tony force-pushed the master branch 2 times, most recently from 72b3890 to cac8807 Compare April 26, 2022 04:00
@tony tony force-pushed the master branch 2 times, most recently from 5cd97e9 to b7d8c24 Compare June 29, 2022 00:23
@tony tony force-pushed the master branch 4 times, most recently from 1298511 to be197a9 Compare July 16, 2022 15:58
tony added 20 commits April 26, 2025 04:14
tony added 3 commits June 7, 2025 05:31
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)
tony added 5 commits June 14, 2025 10:40
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants