Skip to content

Commit aa3108c

Browse files
committed
Migrate travis
* change formatting rules * change pylint rules Signed-off-by: Aleksei Stepanov <[email protected]> (cherry picked from commit 8779e61) Signed-off-by: Aleksei Stepanov <[email protected]>
1 parent 840a499 commit aa3108c

File tree

6 files changed

+154
-163
lines changed

6 files changed

+154
-163
lines changed

.editorconfig

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ root = true
33
[*]
44
charset = utf-8
55
end_of_line = lf
6-
indent_size = 4
6+
indent_size = 2
77
indent_style = space
88
insert_final_newline = true
99
trim_trailing_whitespace = true
1010

11-
[*.{py,ini}]
11+
[*.{py,pyx,pxd,pyi}]
12+
indent_size = 4
1213
max_line_length = 120
1314

14-
[*.{yml,rst}]
15-
indent_size = 2
15+
[*.rst]
16+
max_line_length = 150
1617

1718
[Makefile]
1819
indent_style = tab

0 commit comments

Comments
 (0)