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

refactor: Split long lines #536

Merged
merged 1 commit into from
Jul 8, 2021

Conversation

l0b0
Copy link
Contributor

@l0b0 l0b0 commented Jul 7, 2021

Gets rid of most of the flake8 exclude comments.

Related Issue(s): #331

Description:

PR Checklist:

  • Code is formatted (run pre-commit run --all-files)
  • Tests pass (run scripts/test)
  • Documentation has been updated to reflect changes, if applicable
  • This PR maintains or improves overall codebase code coverage.
  • Changes are added to the CHANGELOG. See the docs for information about adding to the changelog.

Gets rid of most of the flake8 exclude comments.
@codecov-commenter
Copy link

Codecov Report

Merging #536 (c6250cb) into main (83a6598) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #536   +/-   ##
=======================================
  Coverage   94.19%   94.19%           
=======================================
  Files          71       71           
  Lines       10302    10302           
  Branches     1072     1072           
=======================================
  Hits         9704     9704           
  Misses        430      430           
  Partials      168      168           
Impacted Files Coverage Δ
pystac/catalog.py 91.64% <ø> (ø)
pystac/extensions/eo.py 94.33% <ø> (ø)
pystac/extensions/projection.py 97.60% <ø> (ø)
pystac/extensions/raster.py 88.80% <ø> (ø)
pystac/serialization/migrate.py 81.66% <ø> (ø)
tests/utils/test_cases.py 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 83a6598...c6250cb. Read the comment docs.

@duckontheweb duckontheweb merged commit c84d398 into stac-utils:main Jul 8, 2021
@l0b0 l0b0 deleted the refactor/split-long-lines branch July 8, 2021 01:29
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.

3 participants