Skip to content

pyupgrade @ py37 #745

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

Merged
merged 1 commit into from
Mar 5, 2022
Merged

pyupgrade @ py37 #745

merged 1 commit into from
Mar 5, 2022

Conversation

tony
Copy link
Member

@tony tony commented Mar 5, 2022

pip install pyupgrade autoflake; \
pyupgrade --py37 tests/**/*.py docs/**/*.py tmuxp/**/*.py; \
poetry run autoflake tests/**/*.py docs/**/*.py tmuxp/**/*.py -i --ignore-init-module-imports; \
make black isort

tmux-python/libtmux#357

pip install pyupgrade autoflake; \
pyupgrade --py37 tests/**/*.py docs/**/*.py tmuxp/**/*.py; \
poetry run autoflake tests/**/*.py docs/**/*.py tmuxp/**/*.py -i --ignore-init-module-imports; \
make black isort
@codecov
Copy link

codecov bot commented Mar 5, 2022

Codecov Report

Merging #745 (f35bd43) into master (27bb59c) will decrease coverage by 0.03%.
The diff coverage is 70.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #745      +/-   ##
==========================================
- Coverage   75.96%   75.93%   -0.04%     
==========================================
  Files           7        7              
  Lines        1190     1180      -10     
  Branches      311      311              
==========================================
- Hits          904      896       -8     
+ Misses        199      197       -2     
  Partials       87       87              
Impacted Files Coverage Δ
tmuxp/plugin.py 100.00% <ø> (+4.65%) ⬆️
tmuxp/shell.py 40.71% <0.00%> (ø)
tmuxp/cli.py 73.46% <71.42%> (-0.06%) ⬇️
tmuxp/exc.py 94.44% <100.00%> (-1.02%) ⬇️
tmuxp/workspacebuilder.py 85.26% <100.00%> (ø)

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 27bb59c...f35bd43. Read the comment docs.

@tony tony merged commit 2318ccd into master Mar 5, 2022
tony added a commit that referenced this pull request Mar 6, 2022
pip install pyupgrade autoflake; \
pyupgrade --py37 tests/**/*.py docs/**/*.py tmuxp/**/*.py; \
poetry run autoflake tests/**/*.py docs/**/*.py tmuxp/**/*.py -i --ignore-init-module-imports; \
make black isort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant