Skip to content

Commit b31c7d2

Browse files
committed
Refactoring
* pylint rules changes, logging uses f-strings * change files formatting rules * migration of travis
1 parent 9940ba3 commit b31c7d2

File tree

9 files changed

+427
-446
lines changed

9 files changed

+427
-446
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)