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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use regex where we ignore case on windows #4252

Merged
merged 1 commit into from Mar 13, 2024

Commits on Feb 26, 2024

  1. Use regex where we ignore case on windows

    On windows the path `FoObAR` is the same as `foobar`, so the output
    of `black` on a windows machine could output the path to `.gitignore`
    with an upper or lower-case drive letter.
    KaiSforza committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    79256a9 View commit details
    Browse the repository at this point in the history