mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
150b061483
* flake8 setup * flake8 first improvement example on test_action test * fix on github workflow for installing dev requirements
8 lines
117 B
INI
8 lines
117 B
INI
[flake8]
|
|
application-import-names = posthog
|
|
import-order-style = pycharm
|
|
|
|
max-line-length = 127
|
|
max-complexity = 10
|
|
|