commit | 77fb0f23da16f9d59062b69daf13b50c9dc0d5ff | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Wed Oct 18 12:52:35 2017 -0700 |
committer | GitHub <noreply@github.com> | Wed Oct 18 12:52:35 2017 -0700 |
tree | 3643765a2c1a0767e3a204cbfb16a08b23ef5026 |
Add api_core package (#4210) * Add api_core package * Address review comments
diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..3db9b73 --- /dev/null +++ b/.flake8
@@ -0,0 +1,10 @@ +[flake8] +import-order-style=google +# Note: this forces all google imports to be in the third group. See +# https://github.com/PyCQA/flake8-import-order/issues/111 +application-import-names=google +exclude = + __pycache__, + .git, + *.pyc, + conf.py