mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +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
|