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

Add isort to CI and pre-commit configuration #47

Merged
merged 5 commits into from
Oct 27, 2022
Merged

Add isort to CI and pre-commit configuration #47

merged 5 commits into from
Oct 27, 2022

Conversation

atreyasha
Copy link
Member

This PR proposes using isort in our CI and pre-commit configuration

@github-actions
Copy link

Coverage

Coverage Report
FileStmtsMissCoverMissing
parser.py00100% 
privacy_glue.py00100% 
reading_comprehension.py0558%9, 12, 15, 18, 21
sequence_classification.py0558%9, 12, 15, 18, 21
sequence_tagging.py0558%9, 12, 15, 18, 21
tasks
   opp_115.py00100% 
   piextract.py00100% 
   policy_detection.py00100% 
   policy_ie_a.py00100% 
   policy_ie_b.py00100% 
   policy_qa.py00100% 
   privacy_qa.py00100% 
utils
   experiment_utils.py0197%21
   logging_utils.py00100% 
   parser_utils.py00100% 
   pipeline_utils.py00100% 
TOTAL4191696% 

Tests Skipped Failures Errors Time
237 0 💤 0 ❌ 0 🔥 7.051s ⏱️

@atreyasha atreyasha requested a review from Christof93 October 26, 2022 13:50
@github-actions
Copy link

Coverage

Coverage Report
FileStmtsMissCoverMissing
parser.py00100% 
privacy_glue.py00100% 
reading_comprehension.py0558%9, 12, 15, 18, 21
sequence_classification.py0558%9, 12, 15, 18, 21
sequence_tagging.py0558%9, 12, 15, 18, 21
tasks
   opp_115.py00100% 
   piextract.py00100% 
   policy_detection.py00100% 
   policy_ie_a.py00100% 
   policy_ie_b.py00100% 
   policy_qa.py00100% 
   privacy_qa.py00100% 
utils
   experiment_utils.py0197%23
   logging_utils.py00100% 
   parser_utils.py00100% 
   pipeline_utils.py00100% 
TOTAL4191696% 

Tests Skipped Failures Errors Time
237 0 💤 0 ❌ 0 🔥 6.291s ⏱️

@atreyasha atreyasha linked an issue Oct 26, 2022 that may be closed by this pull request
@github-actions
Copy link

Coverage

Coverage Report
FileStmtsMissCoverMissing
parser.py00100% 
privacy_glue.py00100% 
reading_comprehension.py0558%9, 12, 15, 18, 21
sequence_classification.py0558%9, 12, 15, 18, 21
sequence_tagging.py0558%9, 12, 15, 18, 21
tasks
   opp_115.py00100% 
   piextract.py00100% 
   policy_detection.py00100% 
   policy_ie_a.py00100% 
   policy_ie_b.py00100% 
   policy_qa.py00100% 
   privacy_qa.py00100% 
utils
   experiment_utils.py0197%23
   logging_utils.py00100% 
   parser_utils.py00100% 
   pipeline_utils.py00100% 
TOTAL4191696% 

Tests Skipped Failures Errors Time
237 0 💤 0 ❌ 0 🔥 5.511s ⏱️

@github-actions
Copy link

Coverage

Coverage Report
FileStmtsMissCoverMissing
parser.py00100% 
privacy_glue.py00100% 
reading_comprehension.py0558%9, 12, 15, 18, 21
sequence_classification.py0558%9, 12, 15, 18, 21
sequence_tagging.py0558%9, 12, 15, 18, 21
tasks
   opp_115.py00100% 
   piextract.py00100% 
   policy_detection.py00100% 
   policy_ie_a.py00100% 
   policy_ie_b.py00100% 
   policy_qa.py00100% 
   privacy_qa.py00100% 
utils
   experiment_utils.py0197%23
   logging_utils.py00100% 
   parser_utils.py00100% 
   pipeline_utils.py00100% 
TOTAL4191696% 

Tests Skipped Failures Errors Time
237 0 💤 0 ❌ 0 🔥 9.280s ⏱️

@atreyasha atreyasha merged commit ae2e894 into main Oct 27, 2022
@atreyasha atreyasha deleted the as/isort branch October 27, 2022 17:36
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.

Add import sorting to static code analysis
2 participants