1a17193b35
* chore: update pre-commit versions * ci: remove old configurations * ci: copy workflow from prototorch * ci: run precommit for all files * ci: add examples CPU test * ci(test): failing example test * ci: fix workflow definition * ci(test): repeat failing example test * ci: fix workflow definition * ci(test): repeat failing example test II * ci: fix test command * ci: cleanup example test * ci: remove travis badge
24 lines
362 B
INI
24 lines
362 B
INI
[yapf]
|
|
based_on_style = pep8
|
|
spaces_before_comment = 2
|
|
split_before_logical_operator = true
|
|
|
|
[pylint]
|
|
disable =
|
|
too-many-arguments,
|
|
too-few-public-methods,
|
|
fixme,
|
|
|
|
|
|
[pycodestyle]
|
|
max-line-length = 79
|
|
|
|
[isort]
|
|
profile = hug
|
|
src_paths = isort, test
|
|
multi_line_output = 3
|
|
include_trailing_comma = True
|
|
force_grid_wrap = 3
|
|
use_parentheses = True
|
|
line_length = 79
|