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

Mechanical autoformatting. #101

Merged
merged 2 commits into from
Jul 21, 2023
Merged

Mechanical autoformatting. #101

merged 2 commits into from
Jul 21, 2023

Conversation

delucchi-cmu
Copy link
Contributor

Change Description

Closes issue #85 .

Solution Description

Adds black and isort configuration in pyproject.toml and applies both black and isort autoformatted changes to the whole repo.

Code Quality

  • I have read the Contribution Guide
  • My code follows the code style of this project
  • My code builds (or compiles) cleanly without any errors or warnings
  • My code contains relevant comments and necessary documentation

@codecov
Copy link

codecov bot commented Jul 19, 2023

Codecov Report

Merging #101 (8e3be51) into main (59a3192) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #101   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           20        20           
  Lines          873       873           
=========================================
  Hits           873       873           
Impacted Files Coverage Δ
src/hipscat_import/association/arguments.py 100.00% <100.00%> (ø)
src/hipscat_import/association/map_reduce.py 100.00% <100.00%> (ø)
src/hipscat_import/association/run_association.py 100.00% <100.00%> (ø)
src/hipscat_import/catalog/arguments.py 100.00% <100.00%> (ø)
src/hipscat_import/catalog/file_readers.py 100.00% <100.00%> (ø)
src/hipscat_import/catalog/map_reduce.py 100.00% <100.00%> (ø)
src/hipscat_import/catalog/resume_plan.py 100.00% <100.00%> (ø)
src/hipscat_import/catalog/run_import.py 100.00% <100.00%> (ø)
src/hipscat_import/index/arguments.py 100.00% <100.00%> (ø)
src/hipscat_import/index/run_index.py 100.00% <100.00%> (ø)
... and 4 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@delucchi-cmu delucchi-cmu requested review from a team, swyatt7 and jeremykubica and removed request for a team July 19, 2023 16:51
@delucchi-cmu delucchi-cmu merged commit 2ccf71e into main Jul 21, 2023
13 checks passed
@delucchi-cmu delucchi-cmu deleted the issue/85/black branch July 26, 2023 15:11
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

2 participants