0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/.flake8
2021-06-15 11:41:49 +02:00

8 lines
142 B
INI

[flake8]
application-import-names = posthog
import-order-style = pycharm
max-line-length = 127
max-complexity = 10
select=E9,F63,F7,F82,W605