Skip to content
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

[pull] master from tmux-python:master #96

Open
wants to merge 1,393 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 added 15 commits April 27, 2024 04:29
ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes --ignore T201 --ignore F401 --ignore PT014 --ignore RUF100 --ignore PGH004; ruff format .

Fixed 102 errors:
- conftest.py:
     1 × UP031 (printf-string-formatting)
     1 × UP032 (f-string)
- docs/_ext/aafig.py:
     3 × UP031 (printf-string-formatting)
     3 × UP032 (f-string)
- docs/conf.py:
     2 × UP031 (printf-string-formatting)
- src/tmuxp/cli/convert.py:
     1 × UP031 (printf-string-formatting)
     1 × UP032 (f-string)
- src/tmuxp/cli/debug_info.py:
    19 × UP031 (printf-string-formatting)
     8 × UP032 (f-string)
- src/tmuxp/cli/freeze.py:
     5 × UP031 (printf-string-formatting)
     4 × UP032 (f-string)
- src/tmuxp/cli/import_config.py:
     4 × UP031 (printf-string-formatting)
     4 × UP032 (f-string)
     1 × EM103 (dot-format-in-exception)
- src/tmuxp/cli/load.py:
     2 × UP031 (printf-string-formatting)
     1 × UP032 (f-string)
- src/tmuxp/cli/utils.py:
     3 × UP031 (printf-string-formatting)
     2 × UP032 (f-string)
- src/tmuxp/workspace/finders.py:
     2 × UP031 (printf-string-formatting)
     2 × UP032 (f-string)
- src/tmuxp/workspace/importers.py:
     1 × UP031 (printf-string-formatting)
- tests/workspace/test_config.py:
     8 × UP031 (printf-string-formatting)
     8 × UP032 (f-string)
- tests/workspace/test_finder.py:
     8 × UP031 (printf-string-formatting)
     8 × UP032 (f-string)
src/tmuxp/workspace/finders.py:194:89: E501 Line too long (97 > 88)
src/tmuxp/workspace/finders.py:210:89: E501 Line too long (103 > 88)
ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes --ignore T201 --ignore F401 --ignore PT014 --ignore RUF100; ruff format .

Fixed 29 errors:
- conftest.py:
    1 × UP037 (quoted-annotation)
- src/tmuxp/_internal/config_reader.py:
    1 × UP037 (quoted-annotation)
- src/tmuxp/cli/convert.py:
    1 × UP037 (quoted-annotation)
- src/tmuxp/cli/debug_info.py:
    3 × COM812 (missing-trailing-comma)
- src/tmuxp/cli/freeze.py:
    1 × UP037 (quoted-annotation)
    1 × COM812 (missing-trailing-comma)
- src/tmuxp/cli/load.py:
    1 × COM812 (missing-trailing-comma)
- src/tmuxp/plugin.py:
    1 × UP037 (quoted-annotation)
- src/tmuxp/shell.py:
    6 × PGH004 (blanket-noqa)
- src/tmuxp/util.py:
    1 × PGH004 (blanket-noqa)
- src/tmuxp/workspace/builder.py:
    1 × UP037 (quoted-annotation)
- tests/fixtures/pluginsystem/partials/all_pass.py:
    1 × UP037 (quoted-annotation)
- tests/fixtures/pluginsystem/partials/libtmux_version_fail.py:
    3 × UP037 (quoted-annotation)
- tests/fixtures/pluginsystem/partials/tmux_version_fail.py:
    3 × UP037 (quoted-annotation)
- tests/fixtures/pluginsystem/partials/tmuxp_version_fail.py:
    3 × UP037 (quoted-annotation)
- tests/fixtures/pluginsystem/plugins/tmuxp_test_plugin_fail/tmuxp_test_plugin_fail/plugin.py:
    1 × UP037 (quoted-annotation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants