You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: STYLE_GUIDE.md
-7
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,6 @@ format all with:
27
27
clang-format-9 -i --style=google **/*.cc **/*.h
28
28
```
29
29
30
-
We'll soon provide a simple and easy to use docker image to run this.
31
-
32
30
#### Python
33
31
34
32
Addons uses [flake8](http://flake8.pycqa.org/en/latest/) to check pep8 compliance and
@@ -49,11 +47,6 @@ python -m black ./
49
47
python -m flake8
50
48
```
51
49
52
-
If you want those tools to run automatically before each commit, run:
53
-
```bash
54
-
cd .git/hooks && ln -s -f ../../tools/pre-commit.sh pre-commit
55
-
```
56
-
57
50
#### TensorFlow Conventions
58
51
59
52
Follow the guidance in the [TensorFlow Style Guide - Conventions](https://www.tensorflow.org/community/contribute/code_style#tensorflow_conventions_and_special_uses).
0 commit comments