Skip to content

Commit 8ffc8cb

Browse files
author
jkasiraj
committed
Merge remote-tracking branch 'origin/master' into lineageVisualization
# Conflicts: # .gitignore
2 parents 1d3cdb3 + 68885dc commit 8ffc8cb

File tree

489 files changed

+55513
-3403
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

489 files changed

+55513
-3403
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
concurrency = threading
33
omit = sagemaker/tests/*
44
timid = True
5+
disable_warnings = module-not-measured

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ application_import_names = sagemaker, tests
33
import-order-style = google
44
per-file-ignores =
55
tests/unit/test_tuner.py: F405
6+
src/sagemaker/config/config_schema.py: E501

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ env/
3131
**/tmp
3232
.python-version
3333
*.html
34-
**/_repack_model.py
3534
**/_repack_script_launcher.sh
35+
tests/data/**/_repack_model.py
36+
tests/data/experiment/sagemaker-dev-1.0.tar.gz

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ disable=
9494
useless-object-inheritance, # TODO: Enable this check and fix code once Python 2 is no longer supported.
9595
super-with-arguments,
9696
raise-missing-from,
97+
E1136,
9798

9899
[REPORTS]
99100
# Set the output format. Available formats are text, parseable, colorized, msvs

0 commit comments

Comments
 (0)