1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-08 22:26:04 +02:00

Add configuration for isort and black

This does linting and automatic code formatting according to PEP8.

See: https://sourcery.ai/blog/python-best-practices/
This commit is contained in:
2019-11-27 12:26:55 +02:00
parent 3197b79578
commit d2fe420a9a
3 changed files with 95 additions and 1 deletions

View File

@ -13,6 +13,8 @@ requests = "*"
ipython = "*"
"flake8" = "*"
pytest = "*"
isort = "*"
black = "*"
[requires]
python_version = "3.8"