0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
Commit Graph

1 Commits

Author SHA1 Message Date
Sanket Saurav
55cd0dcfb1
Fix some bug risks and code quality issues
Changes:
 - Fix dangerous default argument {} used in posthog/urls.py
 - Remove unnecessary list comprehension in posthog/api/funnel.py
 - Remove redundant import `Funnel` in posthog/api/funnel.py
 - Use `in` instead of multiple comparions in posthog/api/action.py,
posthog/api/event.py, and posthog/models.py

Also added .deepsource.toml file to configure and run continuous static
analysis with DeepSource.
2020-02-21 14:51:44 -08:00