Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Mike Cooper cdcfb9e4a9
Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
Mike Cooper 0446904480
Move flake8 config into recipe-server. 2017-06-28 14:28:41 -07:00
Michael Kelly 8b054d79ee
Move flake8 config to the repo root.
Flake8 searches for config files starting from the parent directory
common to the files that it is linting. Once we add Python files
outside of the recipe-server (docs/conf.py is ignored), flake8 will
search for configs starting at the repo root, which will miss our
current config and break linting.

Moving the config up should let us lint all Python files in the repo
safely.
2017-01-11 13:15:02 -08:00