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

Preserves interpreting multi-line strings as a single value for exclude in TOML files #11828

Merged

Commits on Dec 23, 2021

  1. Allows for exclude as a multiline basic string in TOML files

    Multiple regexes are expressed as a sequence.
    
    Fixes python#11825.
    posita committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    bbd5431 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Update docs/source/config_file.rst

    Co-authored-by: Matthew W <matthew@willcockson.family>
    hauntsaninja and mawillcockson committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    57332df View commit details
    Browse the repository at this point in the history