/
Alex_Ural
/
python-basics-exercises
Обзор
Документация
Войти
/
Alex_Ural
/
python-basics-exercises
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
pyproject.toml
14 строк
243 B
David Amos
Update black and flake8 config
07 дек 2018, 06:59
07 дек 2018, 06:59
e5dd0d4
Код
Авторство
О чём код?
# black formatter configuration # This file is for internal use only and is not a solution to any exercise [tool.black] line-length = 79 py36 = true include = '\.pyi?$' exclude = ''' /( ch03-first-python-program | \.venv | venv )/ '''