Skip to content

Use black to reformat the project #474

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

Merged
merged 6 commits into from
Jun 9, 2021
Merged

Conversation

hunterhector
Copy link
Member

This PR fixes #473.

Description of changes

  1. Run black to reformat the files.
  2. Add black into lint

Possible influences of this PR.

Unknown

Test Conducted

Describe what test cases are included for the PR.

@codecov
Copy link

codecov bot commented Jun 9, 2021

Codecov Report

Merging #474 (1519e82) into master (7e94fee) will decrease coverage by 0.02%.
The diff coverage is 77.80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #474      +/-   ##
==========================================
- Coverage   80.74%   80.72%   -0.03%     
==========================================
  Files         204      204              
  Lines       14103    14107       +4     
==========================================
  Hits        11388    11388              
- Misses       2715     2719       +4     
Impacted Files Coverage Δ
forte/command_line/generate_ontology/__main__.py 21.12% <0.00%> (ø)
forte/common/exception.py 100.00% <ø> (ø)
forte/data/ontology/code_generation_exceptions.py 100.00% <ø> (ø)
forte/data/span.py 80.95% <0.00%> (ø)
forte/models/srl/data.py 72.09% <0.00%> (ø)
forte/pipeline_component.py 90.38% <ø> (ø)
forte/processors/base/data_selector_for_da.py 45.76% <0.00%> (ø)
forte/processors/ir/bert_ranker.py 17.69% <ø> (ø)
forte/processors/ir/bert_reranking_processor.py 35.55% <ø> (ø)
forte/processors/ir/search_processor.py 43.75% <ø> (ø)
... and 249 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 7e94fee...1519e82. Read the comment docs.

@hunterhector hunterhector merged commit e1e83cf into asyml:master Jun 9, 2021
@hunterhector hunterhector deleted the black branch June 9, 2021 18:00
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.

Reformat and lint with Black
1 participant