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

Apply black autoformatting #1543

Merged
merged 5 commits into from
Mar 15, 2022
Merged

Apply black autoformatting #1543

merged 5 commits into from
Mar 15, 2022

Conversation

zaneselvans
Copy link
Member

Switch from using autopep8 to black for code formatting.

@zaneselvans zaneselvans linked an issue Mar 15, 2022 that may be closed by this pull request
15 tasks
@codecov
Copy link

codecov bot commented Mar 15, 2022

Codecov Report

Merging #1543 (05dd7b1) into dev (51061cb) will decrease coverage by 0.0%.
The diff coverage is 85.1%.

❗ Current head 05dd7b1 differs from pull request most recent head 3402e5d. Consider uploading reports for the commit 3402e5d to get more accurate results

@@           Coverage Diff           @@
##             dev   #1543     +/-   ##
=======================================
- Coverage   84.0%   84.0%   -0.1%     
=======================================
  Files         65      65             
  Lines       7205    7204      -1     
=======================================
- Hits        6056    6055      -1     
  Misses      1149    1149             
Impacted Files Coverage Δ
src/pudl/metadata/codes.py 100.0% <ø> (ø)
src/pudl/metadata/constants.py 100.0% <ø> (ø)
src/pudl/metadata/dfs.py 100.0% <ø> (ø)
src/pudl/metadata/fields.py 100.0% <ø> (ø)
src/pudl/metadata/resources/eia.py 100.0% <ø> (ø)
src/pudl/metadata/resources/eia860.py 100.0% <ø> (ø)
src/pudl/metadata/resources/eia861.py 100.0% <ø> (ø)
src/pudl/metadata/resources/eia923.py 100.0% <ø> (ø)
src/pudl/metadata/resources/ferc1.py 100.0% <ø> (ø)
src/pudl/metadata/resources/ferc714.py 100.0% <ø> (ø)
... and 62 more

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 51061cb...3402e5d. Read the comment docs.

@zaneselvans zaneselvans marked this pull request as ready for review March 15, 2022 21:37
@zaneselvans zaneselvans merged commit eaffdfb into dev Mar 15, 2022
@zaneselvans zaneselvans deleted the black-dev branch March 15, 2022 21:40
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.

Migrate from autopep8 to black code formatting
1 participant