-
Notifications
You must be signed in to change notification settings - Fork 332
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
Enforce line length of 80 chars #1402
Conversation
/gcbrun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fine by me as long as @haifeng-jin has no specific reason for 88.
we took 88 from keras-tuner, dont think it should be an issue as long as it is uniform. LGTM
/gcbrun |
* Enforce line length of 80 chars * Add 80 char limit to `flake8` as well * Apply formatting to merged changes
Line length is currently set at 88 chars. Bring this back to 80 chars to agree with Keras and KerasNLP.
Note that this does not work for docstrings and comments. We have exempted them to allow for hyperlinks.