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

Conversation

arcondello
Copy link
Member

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

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 arcondello requested a review from randomir June 8, 2021 16:48
@codecov-commenter
Copy link

codecov-commenter commented Jun 8, 2021

Codecov Report

Merging #835 (a535926) into main (be747fa) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #835   +/-   ##
=======================================
  Coverage   88.82%   88.82%           
=======================================
  Files          69       69           
  Lines        5692     5692           
=======================================
  Hits         5056     5056           
  Misses        636      636           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update be747fa...a535926. Read the comment docs.

@arcondello arcondello merged commit c8aadbf into dwavesystems:main Jun 8, 2021
@arcondello arcondello deleted the feature/100-char-line-length branch June 8, 2021 17:48
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.

3 participants