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

3 Коммитов

Автор SHA1 Сообщение Дата
Marco Castelluccio 04917a0892 Remove useless comment 2019-06-11 17:28:45 +02:00
Marco Castelluccio fa4fa50295 Merge .flake8 and setup.cfg
Fixes #579
2019-06-11 17:25:34 +02:00
Boris Feld bad6a50d8b Pre commit setup (#252)
* Add pre-commit configuration

Add auto-formatting configuration using the https://pre-commit.com/ project.
Having auto-formatting setup and automatically enforced helps speeding up
development and review process.

* Apply the auto-formatting on all files in the repository

* Removes flake8-quotes as it conflicts with Black formatting

* Disable some Flake8 rules

Disable Flake8 rules that are handled by Black. The list comes from
https://github.com/ambv/black/issues/429#issuecomment-472687803.
2019-04-09 15:57:29 +02:00