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

Update files to end with only one newline and update pre-commit config to include "end-of-file-fixer" & "mixed-line-ending" #1185

Merged
merged 3 commits into from
Jan 18, 2024

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    de795f0 View commit details
    Browse the repository at this point in the history
  2. ENH: Update pre-commit config to include "end-of-file-fixer"

    By adding `end-of-file-fixer` to the pre-commit configuration, it enables
    "GitHub Action report" and "local pre-commit checks".
    
    See https://github.com/pre-commit/pre-commit-hooks#end-of-file-fixer
    jcfr committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c275ea7 View commit details
    Browse the repository at this point in the history
  3. ENH: Update pre-commit config to include "mixed-line-ending"

    By adding `mixed-line-ending` to the pre-commit configuration, it enables
    "GitHub Action report" and "local pre-commit checks".
    
    See https://github.com/pre-commit/pre-commit-hooks#mixed-line-ending
    jcfr committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c0d7392 View commit details
    Browse the repository at this point in the history