mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
|
[flake8]
|
||
|
application-import-names = posthog
|
||
|
import-order-style = pycharm
|
||
|
|
||
|
max-line-length = 127
|
||
|
max-complexity = 10
|
||
|
|