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

pyupgrade @ 3.7 #353

Merged
merged 1 commit into from Mar 5, 2022
Merged

pyupgrade @ 3.7 #353

merged 1 commit into from Mar 5, 2022

Conversation

tony
Copy link
Member

@tony tony commented Mar 5, 2022

https://github.com/asottile/pyupgrade

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

vcs-python/libvcs#305

@codecov
Copy link

codecov bot commented Mar 5, 2022

Codecov Report

Merging #353 (712630e) into master (2eaf559) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #353      +/-   ##
==========================================
- Coverage   85.27%   85.25%   -0.03%     
==========================================
  Files          12       12              
  Lines         618      617       -1     
==========================================
- Hits          527      526       -1     
  Misses         91       91              
Impacted Files Coverage Δ
vcspull/exc.py 100.00% <ø> (ø)
tests/helpers.py 81.48% <100.00%> (ø)
tests/test_sync.py 95.16% <100.00%> (ø)
vcspull/config.py 96.69% <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 2eaf559...712630e. Read the comment docs.

pip install pyupgrade autoflake; \
pyupgrade --py37 tests/**/*.py docs/**/*.py vcspull/**/*.py; \
poetry run autoflake tests/**/*.py docs/**/*.py vcspull/**/*.py -i --ignore-init-module-imports --exclude vcspull/_compat.py; \
make black isort
@tony tony merged commit 11769de into master Mar 5, 2022
@tony tony deleted the pyupgrade branch March 5, 2022 21:53
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.

None yet

1 participant