added flake8/black, pre-commit integration for flake8/black, and black formatting changes
This commit is contained in:
parent
d5055f85d3
commit
1fc8d647c3
77 changed files with 4452 additions and 1964 deletions
|
@ -2,9 +2,16 @@
|
|||
test=pytest
|
||||
|
||||
[isort]
|
||||
skip_glob=*_pb2*.py
|
||||
skip_glob=*_pb2*.py,utm.py,doc,build
|
||||
multi_line_output=3
|
||||
include_trailing_comma=True
|
||||
force_grid_wrap=0
|
||||
use_parentheses=True
|
||||
line_length=100
|
||||
|
||||
[flake8]
|
||||
ignore=E501
|
||||
max-line-length=100
|
||||
max-complexity=18
|
||||
select=B,C,E,F,W,T4
|
||||
exclude=*_pb2*.py,utm.py,doc,build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue