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

Prepare for black #56

Merged
merged 4 commits into from
Mar 6, 2022
Merged

Prepare for black #56

merged 4 commits into from
Mar 6, 2022

Conversation

emirkmo
Copy link
Member

@emirkmo emirkmo commented Mar 6, 2022

Begins to fix #44 by changing to spaces.

emirkmo and others added 3 commits February 14, 2022 21:30
We move to a 4 space format, Automatically fix Pep8 mistakes that can be auto fixed, and change the Flake8 setup.cfg to match what will happen under black. Currently line limit is set at 120 but that can be discussed.
@emirkmo emirkmo added the enhancement New feature or request label Mar 6, 2022
@codecov
Copy link

codecov bot commented Mar 6, 2022

Codecov Report

Merging #56 (ccff0ac) into devel (eefab78) will not change coverage.
The diff coverage is 22.91%.

Impacted file tree graph

@@           Coverage Diff           @@
##            devel      #56   +/-   ##
=======================================
  Coverage   29.15%   29.15%           
=======================================
  Files          36       36           
  Lines        2627     2627           
=======================================
  Hits          766      766           
  Misses       1861     1861           
Impacted Files Coverage Δ
flows/aadc_db.py 100.00% <ø> (ø)
run_catalogs.py 0.00% <ø> (ø)
run_photometry.py 0.00% <0.00%> (ø)
run_plotlc.py 0.00% <0.00%> (ø)
run_querytns.py 0.00% <0.00%> (ø)
run_upload_photometry.py 0.00% <0.00%> (ø)
run_visibility.py 0.00% <ø> (ø)
flows/run_imagematch.py 16.85% <1.44%> (ø)
flows/visibility.py 17.33% <1.58%> (ø)
flows/plots.py 12.59% <1.73%> (ø)
... and 53 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 eefab78...ccff0ac. Read the comment docs.

@emirkmo emirkmo merged commit 289ecd5 into SNflows:devel Mar 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change to supporting or requiring black for code style.
1 participant