0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:15:44 +01:00
posthog/.flake8
Raul Gallegos 150b061483
Flake8 setup and improvements (#660)
* flake8 setup

* flake8 first improvement example on test_action test

* fix on github workflow for installing dev requirements
2020-04-27 18:13:59 +02:00

8 lines
117 B
INI

[flake8]
application-import-names = posthog
import-order-style = pycharm
max-line-length = 127
max-complexity = 10