mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-15 19:07:03 +01:00
Alan Orth
d2fe420a9a
This does linting and automatic code formatting according to PEP8. See: https://sourcery.ai/blog/python-best-practices/
7 lines
110 B
INI
7 lines
110 B
INI
[isort]
|
|
multi_line_output=3
|
|
include_trailing_comma=True
|
|
force_grid_wrap=0
|
|
use_parentheses=True
|
|
line_length=88
|