-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
React 16.13 #494
React 16.13 #494
Changes from all commits
a947e5d
4133406
2cefaa5
3899822
d24d9f9
776fbaa
a47358b
6dab284
5199127
e9287e9
0a0cc67
9f4cafa
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -151,6 +151,8 @@ disable=print-statement, | |
too-many-lines, | ||
too-many-instance-attributes, | ||
too-few-public-methods, | ||
unsubscriptable-object, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Where were we getting these errors? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added back the rule as https://circleci.com/gh/plotly/dash-bio/6024 demonstrates that this passed on master because it wasn't running the expect version of pylint (2.3.0 instead of 1.9.4) which has different defaults. |
||
unsupported-assignment-operation, | ||
|
||
# Enable the message, report, category or checker with the given id(s). You can | ||
# either give multiple identifier separated by comma (,) or put this option | ||
|
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
-r ../requirements.txt | ||
|
||
# Additional packages needed to run the tests. | ||
chromedriver-binary==2.45.0 | ||
flake8==3.6.0 | ||
ipdb==0.11 | ||
pylint==2.3.0 |
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.
👀