Commit 9f1c3a3
committed
update black, cleanup static check rules
(cherry picked from commit 07682d1)
fix ExecResult str & pep8 false-negative
(cherry picked from commit e59514f)
Update MyPy
Now logging is correctly inspected and should not be scipped in
typecheck.
(cherry picked from commit 6fc5cfc)
Update static checks and make code better
* doc8 -> better docs
* pylint reconfigure and switch logging to python 3.6 f-strings
* drop not used logger instances
* use better global const naming
* drop py2 related config from pylint (master is py3.6+ only)
* better .editorconfig - default indent style is 2, 4 is for python only
(cherry picked from commit b7cee77)
Switch travis, optimize editorconfig
(cherry picked from commit 14ce05f)
Better pylint and more docstrings in code
(cherry picked from commit ebc36e9)
Signed-off-by: Aleksei Stepanov <penguinolog@gmail.com>1 parent 908a748 commit 9f1c3a3
File tree
27 files changed
+327
-277
lines changed- doc/source
- exec_helpers
- test
27 files changed
+327
-277
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
0 commit comments