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

Allow 100 character line length #835

Merged

Commits on Jun 8, 2021

  1. Allow 100 character line length

    Now that we're starting to use python's typing module, 80 chars
    is becoming increasingly restrictive.
    
    This commit signals that dimod support 100 characters by adding
    it to the setup.cfg. Ideally we would like to add it to the
    pyproject.toml, but right now that's not supported. See
    PyCQA/pycodestyle#813
    arcondello committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    a535926 View commit details
    Browse the repository at this point in the history