chore(style): synchronized style across packages [skip ci]

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron
2023-08-23 08:46:22 -04:00
parent bbd9aa7646
commit 787ce1b3b6
124 changed files with 2775 additions and 2771 deletions

View File

@@ -2,6 +2,6 @@ from __future__ import annotations
import os
from hypothesis import HealthCheck, settings
settings.register_profile("CI", settings(suppress_health_check=[HealthCheck.too_slow]), deadline=None)
settings.register_profile('CI', settings(suppress_health_check=[HealthCheck.too_slow]), deadline=None)
if "CI" in os.environ: settings.load_profile("CI")
if 'CI' in os.environ: settings.load_profile('CI')