diff --git a/pyproject.toml b/pyproject.toml index 251aab6..cc21033 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,7 @@ ignore = [ "FIX", ] select = ["ALL"] +unfixable = ["ERA"] [tool.ruff.lint.flake8-annotations] allow-star-arg-any = true diff --git a/tests/test_target_snowflake.py b/tests/test_target_snowflake.py index 2975c85..c49e0cf 100644 --- a/tests/test_target_snowflake.py +++ b/tests/test_target_snowflake.py @@ -59,7 +59,7 @@ def resource(self, runner, connection): # noqa: PT004 StandardTargetTests = get_target_test_class( target_class=TargetSnowflake, config=STANDARD_TEST_CONFIG, - custom_suites=[target_tests], + # custom_suites=[target_tests], suite_config=None, include_target_tests=False, )