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

Git blame ignore for fprettify #57

Merged
merged 1 commit into from
Aug 22, 2022
Merged

Git blame ignore for fprettify #57

merged 1 commit into from
Aug 22, 2022

Conversation

sseraj
Copy link
Collaborator

@sseraj sseraj commented Aug 22, 2022

Purpose

Added the fprettify commit hash to .git-blame-ignore-revs so that it does not show up when you git blame

Expected time until merged

1-2 days

Type of change

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (non-backwards-compatible fix or feature)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Documentation update
  • Maintenance update
  • Other (please describe)

Testing

Checklist

  • I have run flake8 and black to make sure the code adheres to PEP-8 and is consistently formatted
  • I have run unit and regression tests which pass locally with my changes
  • I have added new tests that prove my fix is effective or that my feature works
  • I have added necessary documentation

@sseraj sseraj requested a review from a team as a code owner August 22, 2022 21:15
@codecov
Copy link

codecov bot commented Aug 22, 2022

Codecov Report

Merging #57 (56995d2) into main (15960d7) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #57   +/-   ##
=======================================
  Coverage   21.79%   21.79%           
=======================================
  Files           3        3           
  Lines        2271     2271           
=======================================
  Hits          495      495           
  Misses       1776     1776           

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

@eirikurj eirikurj merged commit 1040111 into main Aug 22, 2022
@sseraj sseraj deleted the fp-ignore branch August 22, 2022 21:55
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.

2 participants