Skip to content

Commit

Permalink
feat(perf): bring back perf benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Jun 18, 2024
1 parent d155529 commit 56c8d7f
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[project]
name = "posthog"
requires-python = ">=3.10"

[tool.black]
Expand Down Expand Up @@ -69,26 +70,21 @@ max-complexity = 10
"./posthog/management/commands/migrate_elementgroup.py" = ["T201"]
"./posthog/models/plugin.py" = ["T201"]
"./docker-compose-config.py" = ["T201"]
"./posthog/management/commands/backfill_persons_and_groups_on_events.py" = ["T201"]
"./posthog/management/commands/backfill_persons_and_groups_on_events.py" = [
"T201",
]
"./posthog/management/commands/generate_demo_data.py" = ["T201"]
"./posthog/apps.py" = ["T201"]
"./posthog/management/commands/partition.py" = ["T201"]
"./posthog/management/commands/migrate_clickhouse.py" = ["T201"]
"./posthog/email.py" = ["T201"]
"./posthog/hogql/grammar/HogQLParser.py" = [
"F401",
"F841",
"E711",
]
"./posthog/hogql/grammar/HogQLParser.py" = ["F401", "F841", "E711"]
"./posthog/celery.py" = ["T201"]
"./posthog/hogql/grammar/HogQLLexer.py" = ["F401"]
"./posthog/utils.py" = ["T201"]
"./posthog/management/commands/sync_feature_flags.py" = ["T201"]
"./cypress/wait.py" = ["T201"]
"./posthog/management/commands/notify_helm_install.py" = [
"T201",
"T203",
]
"./posthog/management/commands/notify_helm_install.py" = ["T201", "T203"]
"./gunicorn.config.py" = ["T201"]
"./posthog/management/commands/run_async_migrations.py" = ["T201"]
"./posthog/management/commands/test_migrations_are_safe.py" = ["T201"]
Expand Down

0 comments on commit 56c8d7f

Please sign in to comment.