Chromium Code Reviews| Index: pylama.ini |
| diff --git a/pylama.ini b/pylama.ini |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c6024eba823830115cac4b442959d2c0f35950ba |
| --- /dev/null |
| +++ b/pylama.ini |
| @@ -0,0 +1,6 @@ |
| +[pylama] |
| +format = mccabe,pep8,pep257,pyflakes,pylint |
| +ignore = C901 |
| + |
| +[pylama:pep8] |
| +max_line_length = 100 |