mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
10 lines
95 B
INI
10 lines
95 B
INI
[aliases]
|
|
test=pytest
|
|
|
|
[coverage:run]
|
|
source = .
|
|
omit = *test*
|
|
|
|
[flake8]
|
|
max_line_length = 119
|