Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use identifier range for pytest rules #3948

Merged
merged 1 commit into from
Apr 12, 2023
Merged

Use identifier range for pytest rules #3948

merged 1 commit into from
Apr 12, 2023

Conversation

charliermarsh
Copy link
Member

See: #1469.

@charliermarsh charliermarsh enabled auto-merge (squash) April 12, 2023 15:20
@charliermarsh charliermarsh merged commit 1e2df07 into main Apr 12, 2023
12 checks passed
@charliermarsh charliermarsh deleted the charlie/pt-name branch April 12, 2023 15:28
@github-actions
Copy link
Contributor

github-actions bot commented Apr 12, 2023

PR Check Results

Ecosystem

ℹ️ ecosystem check detected changes. (+195, -195, 0 error(s))

airflow (+195, -195)

- kubernetes_tests/test_base.py:53:5: PT004 Fixture `base_tests_setup` does not return anything, add leading underscore
+ kubernetes_tests/test_base.py:53:9: PT004 Fixture `base_tests_setup` does not return anything, add leading underscore
- kubernetes_tests/test_kubernetes_pod_operator.py:86:1: PT004 Fixture `mock_get_connection` does not return anything, add leading underscore
+ kubernetes_tests/test_kubernetes_pod_operator.py:86:5: PT004 Fixture `mock_get_connection` does not return anything, add leading underscore
- kubernetes_tests/test_kubernetes_pod_operator.py:95:5: PT004 Fixture `setup_tests` does not return anything, add leading underscore
+ kubernetes_tests/test_kubernetes_pod_operator.py:95:9: PT004 Fixture `setup_tests` does not return anything, add leading underscore
- tests/always/test_providers_manager.py:36:5: PT004 Fixture `inject_fixtures` does not return anything, add leading underscore
+ tests/always/test_providers_manager.py:36:9: PT004 Fixture `inject_fixtures` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_config_endpoint.py:59:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_config_endpoint.py:59:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_connection_endpoint.py:55:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_connection_endpoint.py:55:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_dag_endpoint.py:109:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_dag_endpoint.py:109:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_dag_run_endpoint.py:109:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_dag_run_endpoint.py:109:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_dag_source_endpoint.py:53:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_dag_source_endpoint.py:53:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_dag_warning_endpoint.py:52:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_dag_warning_endpoint.py:52:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_dataset_endpoint.py:60:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_dataset_endpoint.py:60:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_event_log_endpoint.py:84:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_event_log_endpoint.py:84:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_extra_link_endpoint.py:65:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_extra_link_endpoint.py:65:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_health_endpoint.py:36:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_health_endpoint.py:36:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_import_error_endpoint.py:54:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_import_error_endpoint.py:54:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_log_endpoint.py:116:5: PT004 Fixture `configure_loggers` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_log_endpoint.py:116:9: PT004 Fixture `configure_loggers` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_log_endpoint.py:72:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_log_endpoint.py:72:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_mapped_task_instance_endpoint.py:146:5: PT004 Fixture `one_task_with_mapped_tis` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_mapped_task_instance_endpoint.py:146:9: PT004 Fixture `one_task_with_mapped_tis` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_mapped_task_instance_endpoint.py:160:5: PT004 Fixture `one_task_with_single_mapped_ti` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_mapped_task_instance_endpoint.py:160:9: PT004 Fixture `one_task_with_single_mapped_ti` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_mapped_task_instance_endpoint.py:174:5: PT004 Fixture `one_task_with_many_mapped_tis` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_mapped_task_instance_endpoint.py:174:9: PT004 Fixture `one_task_with_many_mapped_tis` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_mapped_task_instance_endpoint.py:188:5: PT004 Fixture `one_task_with_zero_mapped_tis` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_mapped_task_instance_endpoint.py:188:9: PT004 Fixture `one_task_with_zero_mapped_tis` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_mapped_task_instance_endpoint.py:72:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_mapped_task_instance_endpoint.py:72:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_plugin_endpoint.py:47:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_plugin_endpoint.py:47:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_pool_endpoint.py:55:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_pool_endpoint.py:55:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_provider_endpoint.py:79:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_provider_endpoint.py:79:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_role_and_permission_endpoint.py:58:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_role_and_permission_endpoint.py:58:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_task_endpoint.py:67:5: PT004 Fixture `setup_dag` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_task_endpoint.py:67:9: PT004 Fixture `setup_dag` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_task_endpoint.py:90:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_task_endpoint.py:90:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_task_instance_endpoint.py:98:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_task_instance_endpoint.py:98:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_user_endpoint.py:59:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_user_endpoint.py:59:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_variable_endpoint.py:57:5: PT004 Fixture `setup_method` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_variable_endpoint.py:57:9: PT004 Fixture `setup_method` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_version_endpoint.py:26:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_version_endpoint.py:26:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/endpoints/test_xcom_endpoint.py:93:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/endpoints/test_xcom_endpoint.py:93:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/schemas/test_event_log_schema.py:42:5: PT004 Fixture `set_attrs` does not return anything, add leading underscore
+ tests/api_connexion/schemas/test_event_log_schema.py:42:9: PT004 Fixture `set_attrs` does not return anything, add leading underscore
- tests/api_connexion/schemas/test_task_instance_schema.py:38:5: PT004 Fixture `set_attrs` does not return anything, add leading underscore
+ tests/api_connexion/schemas/test_task_instance_schema.py:38:9: PT004 Fixture `set_attrs` does not return anything, add leading underscore
- tests/api_connexion/schemas/test_user_schema.py:46:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/schemas/test_user_schema.py:46:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_connexion/schemas/test_xcom_schema.py:36:1: PT004 Fixture `clean_xcom` does not return anything, add leading underscore
+ tests/api_connexion/schemas/test_xcom_schema.py:36:5: PT004 Fixture `clean_xcom` does not return anything, add leading underscore
- tests/api_connexion/test_auth.py:129:5: PT004 Fixture `with_session_backend` does not return anything, add leading underscore
+ tests/api_connexion/test_auth.py:129:9: PT004 Fixture `with_session_backend` does not return anything, add leading underscore
- tests/api_connexion/test_auth.py:173:5: PT004 Fixture `with_basic_auth_backend` does not return anything, add leading underscore
+ tests/api_connexion/test_auth.py:173:9: PT004 Fixture `with_basic_auth_backend` does not return anything, add leading underscore
- tests/api_connexion/test_auth.py:32:5: PT004 Fixture `set_attrs` does not return anything, add leading underscore
+ tests/api_connexion/test_auth.py:32:9: PT004 Fixture `set_attrs` does not return anything, add leading underscore
- tests/api_connexion/test_auth.py:51:5: PT004 Fixture `with_basic_auth_backend` does not return anything, add leading underscore
+ tests/api_connexion/test_auth.py:51:9: PT004 Fixture `with_basic_auth_backend` does not return anything, add leading underscore
- tests/api_connexion/test_cors.py:115:5: PT004 Fixture `with_basic_auth_backend` does not return anything, add leading underscore
+ tests/api_connexion/test_cors.py:115:9: PT004 Fixture `with_basic_auth_backend` does not return anything, add leading underscore
- tests/api_connexion/test_cors.py:29:5: PT004 Fixture `set_attrs` does not return anything, add leading underscore
+ tests/api_connexion/test_cors.py:29:9: PT004 Fixture `set_attrs` does not return anything, add leading underscore
- tests/api_connexion/test_cors.py:48:5: PT004 Fixture `with_basic_auth_backend` does not return anything, add leading underscore
+ tests/api_connexion/test_cors.py:48:9: PT004 Fixture `with_basic_auth_backend` does not return anything, add leading underscore
- tests/api_connexion/test_cors.py:74:5: PT004 Fixture `with_basic_auth_backend` does not return anything, add leading underscore
+ tests/api_connexion/test_cors.py:74:9: PT004 Fixture `with_basic_auth_backend` does not return anything, add leading underscore
- tests/api_connexion/test_security.py:42:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/api_connexion/test_security.py:42:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/api_experimental/auth/backend/test_basic_auth.py:29:5: PT004 Fixture `set_attrs` does not return anything, add leading underscore
+ tests/api_experimental/auth/backend/test_basic_auth.py:29:9: PT004 Fixture `set_attrs` does not return anything, add leading underscore
- tests/api_experimental/common/test_mark_tasks.py:60:5: PT004 Fixture `create_dags` does not return anything, add leading underscore
+ tests/api_experimental/common/test_mark_tasks.py:60:9: PT004 Fixture `create_dags` does not return anything, add leading underscore
- tests/api_experimental/common/test_mark_tasks.py:74:5: PT004 Fixture `setup_tests` does not return anything, add leading underscore
+ tests/api_experimental/common/test_mark_tasks.py:74:9: PT004 Fixture `setup_tests` does not return anything, add leading underscore
- tests/api_internal/test_internal_api_call.py:38:1: PT004 Fixture `reset_init_api_config` does not return anything, add leading underscore
+ tests/api_internal/test_internal_api_call.py:38:5: PT004 Fixture `reset_init_api_config` does not return anything, add leading underscore
- tests/charts/conftest.py:23:1: PT004 Fixture `initialize_airflow_tests` does not return anything, add leading underscore
+ tests/charts/conftest.py:23:5: PT004 Fixture `initialize_airflow_tests` does not return anything, add leading underscore
- tests/charts/test_pod_template_file.py:31:1: PT004 Fixture `isolate_chart` does not return anything, add leading underscore
+ tests/charts/test_pod_template_file.py:31:5: PT004 Fixture `isolate_chart` does not return anything, add leading underscore
- tests/cli/commands/test_connection_command.py:39:1: PT004 Fixture `clear_connections` does not return anything, add leading underscore
+ tests/cli/commands/test_connection_command.py:39:5: PT004 Fixture `clear_connections` does not return anything, add leading underscore
- tests/cli/commands/test_user_command.py:345:5: PT004 Fixture `create_user_test4` does not return anything, add leading underscore
+ tests/cli/commands/test_user_command.py:345:9: PT004 Fixture `create_user_test4` does not return anything, add leading underscore
- tests/cli/conftest.py:41:1: PT004 Fixture `load_examples` does not return anything, add leading underscore
+ tests/cli/conftest.py:41:5: PT004 Fixture `load_examples` does not return anything, add leading underscore
- tests/conftest.py:103:1: PT004 Fixture `reset_db` does not return anything, add leading underscore
+ tests/conftest.py:103:5: PT004 Fixture `reset_db` does not return anything, add leading underscore
- tests/conftest.py:118:1: PT004 Fixture `trace_sql` does not return anything, add leading underscore
+ tests/conftest.py:118:5: PT004 Fixture `trace_sql` does not return anything, add leading underscore
- tests/conftest.py:236:1: PT004 Fixture `initialize_airflow_tests` does not return anything, add leading underscore
+ tests/conftest.py:236:5: PT004 Fixture `initialize_airflow_tests` does not return anything, add leading underscore
- tests/conftest.py:66:1: PT004 Fixture `reset_environment` does not return anything, add leading underscore
+ tests/conftest.py:66:5: PT004 Fixture `reset_environment` does not return anything, add leading underscore
- tests/conftest.py:879:1: PT004 Fixture `reset_logging_config` does not return anything, add leading underscore
+ tests/conftest.py:879:5: PT004 Fixture `reset_logging_config` does not return anything, add leading underscore
- tests/conftest.py:911:1: PT004 Fixture `clear_lru_cache` does not return anything, add leading underscore
+ tests/conftest.py:911:5: PT004 Fixture `clear_lru_cache` does not return anything, add leading underscore
- tests/core/test_configuration.py:58:1: PT004 Fixture `restore_env` does not return anything, add leading underscore
+ tests/core/test_configuration.py:58:5: PT004 Fixture `restore_env` does not return anything, add leading underscore
- tests/core/test_impersonation_tests.py:163:5: PT004 Fixture `setup_dagbag` does not return anything, add leading underscore
+ tests/core/test_impersonation_tests.py:163:9: PT004 Fixture `setup_dagbag` does not return anything, add leading underscore
- tests/core/test_impersonation_tests.py:49:1: PT004 Fixture `check_original_docker_image` does not return anything, add leading underscore
+ tests/core/test_impersonation_tests.py:49:5: PT004 Fixture `check_original_docker_image` does not return anything, add leading underscore
- tests/core/test_impersonation_tests.py:61:1: PT004 Fixture `set_permissions` does not return anything, add leading underscore
+ tests/core/test_impersonation_tests.py:61:5: PT004 Fixture `set_permissions` does not return anything, add leading underscore
- tests/core/test_impersonation_tests.py:73:1: PT004 Fixture `create_user` does not return anything, add leading underscore
+ tests/core/test_impersonation_tests.py:73:5: PT004 Fixture `create_user` does not return anything, add leading underscore
- tests/core/test_impersonation_tests.py:95:5: PT004 Fixture `setup_impersonation_tests` does not return anything, add leading underscore
+ tests/core/test_impersonation_tests.py:95:9: PT004 Fixture `setup_impersonation_tests` does not return anything, add leading underscore
- tests/dag_processing/test_job_runner.py:371:5: PT004 Fixture `change_platform_timezone` does not return anything, add leading underscore
+ tests/dag_processing/test_job_runner.py:371:9: PT004 Fixture `change_platform_timezone` does not return anything, add leading underscore
- tests/dag_processing/test_processor.py:68:1: PT004 Fixture `disable_load_example` does not return anything, add leading underscore
+ tests/dag_processing/test_processor.py:68:5: PT004 Fixture `disable_load_example` does not return anything, add leading underscore
- tests/dag_processing/test_processor.py:926:5: PT004 Fixture `per_test` does not return anything, add leading underscore
+ tests/dag_processing/test_processor.py:926:9: PT004 Fixture `per_test` does not return anything, add leading underscore
- tests/executors/test_celery_executor.py:365:1: PT004 Fixture `register_signals` does not return anything, add leading underscore
+ tests/executors/test_celery_executor.py:365:5: PT004 Fixture `register_signals` does not return anything, add leading underscore
- tests/integration/api_experimental/auth/backend/test_kerberos_auth.py:50:1: PT004 Fixture `dagbag_to_db` does not return anything, add leading underscore
+ tests/integration/api_experimental/auth/backend/test_kerberos_auth.py:50:5: PT004 Fixture `dagbag_to_db` does not return anything, add leading underscore
- tests/jobs/test_backfill_job.py:91:5: PT004 Fixture `set_instance_attrs` does not return anything, add leading underscore
+ tests/jobs/test_backfill_job.py:91:9: PT004 Fixture `set_instance_attrs` does not return anything, add leading underscore
- tests/jobs/test_local_task_job.py:64:1: PT004 Fixture `clear_db` does not return anything, add leading underscore
+ tests/jobs/test_local_task_job.py:64:5: PT004 Fixture `clear_db` does not return anything, add leading underscore
- tests/jobs/test_local_task_job.py:73:1: PT004 Fixture `clear_db_class` does not return anything, add leading underscore
+ tests/jobs/test_local_task_job.py:73:5: PT004 Fixture `clear_db_class` does not return anything, add leading underscore
- tests/jobs/test_local_task_job.py:824:1: PT004 Fixture `clean_db_helper` does not return anything, add leading underscore
+ tests/jobs/test_local_task_job.py:824:5: PT004 Fixture `clean_db_helper` does not return anything, add leading underscore
- tests/jobs/test_local_task_job.py:92:5: PT004 Fixture `set_instance_attrs` does not return anything, add leading underscore
+ tests/jobs/test_local_task_job.py:92:9: PT004 Fixture `set_instance_attrs` does not return anything, add leading underscore
- tests/jobs/test_scheduler_job.py:113:1: PT004 Fixture `load_examples` does not return anything, add leading underscore
+ tests/jobs/test_scheduler_job.py:113:5: PT004 Fixture `load_examples` does not return anything, add leading underscore
- tests/jobs/test_scheduler_job.py:138:5: PT004 Fixture `per_test` does not return anything, add leading underscore
+ tests/jobs/test_scheduler_job.py:138:9: PT004 Fixture `per_test` does not return anything, add leading underscore
- tests/jobs/test_scheduler_job.py:150:5: PT004 Fixture `set_instance_attrs` does not return anything, add leading underscore
+ tests/jobs/test_scheduler_job.py:150:9: PT004 Fixture `set_instance_attrs` does not return anything, add leading underscore
- tests/jobs/test_scheduler_job.py:4930:5: PT004 Fixture `per_test` does not return anything, add leading underscore
+ tests/jobs/test_scheduler_job.py:4930:9: PT004 Fixture `per_test` does not return anything, add leading underscore
- tests/jobs/test_scheduler_job.py:96:1: PT004 Fixture `disable_load_example` does not return anything, add leading underscore
+ tests/jobs/test_scheduler_job.py:96:5: PT004 Fixture `disable_load_example` does not return anything, add leading underscore
- tests/jobs/test_triggerer_job.py:72:1: PT004 Fixture `clean_database` does not return anything, add leading underscore
+ tests/jobs/test_triggerer_job.py:72:5: PT004 Fixture `clean_database` does not return anything, add leading underscore
- tests/jobs/test_triggerer_job_logging.py:53:1: PT004 Fixture `reload_triggerer_job` does not return anything, add leading underscore
+ tests/jobs/test_triggerer_job_logging.py:53:5: PT004 Fixture `reload_triggerer_job` does not return anything, add leading underscore
- tests/listeners/test_listeners.py:52:1: PT004 Fixture `clean_listener_manager` does not return anything, add leading underscore
+ tests/listeners/test_listeners.py:52:5: PT004 Fixture `clean_listener_manager` does not return anything, add leading underscore
- tests/models/test_cleartasks.py:37:5: PT004 Fixture `clean` does not return anything, add leading underscore
+ tests/models/test_cleartasks.py:37:9: PT004 Fixture `clean` does not return anything, add leading underscore
- tests/models/test_dag.py:102:1: PT004 Fixture `clear_datasets` does not return anything, add leading underscore
+ tests/models/test_dag.py:102:5: PT004 Fixture `clear_datasets` does not return anything, add leading underscore
- tests/models/test_dag.py:93:1: PT004 Fixture `clear_dags` does not return anything, add leading underscore
+ tests/models/test_dag.py:93:5: PT004 Fixture `clear_dags` does not return anything, add leading underscore
- tests/models/test_serialized_dag.py:52:5: PT004 Fixture `setup_test_cases` does not return anything, add leading underscore
+ tests/models/test_serialized_dag.py:52:9: PT004 Fixture `setup_test_cases` does not return anything, add leading underscore
- tests/models/test_timestamp.py:32:1: PT004 Fixture `clear_db` does not return anything, add leading underscore
+ tests/models/test_timestamp.py:32:5: PT004 Fixture `clear_db` does not return anything, add leading underscore
- tests/models/test_variable.py:36:5: PT004 Fixture `setup_test_cases` does not return anything, add leading underscore
+ tests/models/test_variable.py:36:9: PT004 Fixture `setup_test_cases` does not return anything, add leading underscore
- tests/models/test_xcom.py:289:1: PT004 Fixture `setup_xcom_pickling` does not return anything, add leading underscore
+ tests/models/test_xcom.py:289:5: PT004 Fixture `setup_xcom_pickling` does not return anything, add leading underscore
- tests/models/test_xcom.py:312:5: PT004 Fixture `setup_for_xcom_get_one` does not return anything, add leading underscore
+ tests/models/test_xcom.py:312:9: PT004 Fixture `setup_for_xcom_get_one` does not return anything, add leading underscore
- tests/models/test_xcom.py:384:5: PT004 Fixture `setup_for_xcom_get_many_single_argument_value` does not return anything, add leading underscore
+ tests/models/test_xcom.py:384:9: PT004 Fixture `setup_for_xcom_get_many_single_argument_value` does not return anything, add leading underscore
- tests/models/test_xcom.py:415:5: PT004 Fixture `setup_for_xcom_get_many_multiple_tasks` does not return anything, add leading underscore
+ tests/models/test_xcom.py:415:9: PT004 Fixture `setup_for_xcom_get_many_multiple_tasks` does not return anything, add leading underscore
- tests/models/test_xcom.py:45:1: PT004 Fixture `reset_db` does not return anything, add leading underscore
+ tests/models/test_xcom.py:45:5: PT004 Fixture `reset_db` does not return anything, add leading underscore
- tests/models/test_xcom.py:527:5: PT004 Fixture `setup_for_xcom_set_again_replace` does not return anything, add leading underscore
+ tests/models/test_xcom.py:527:9: PT004 Fixture `setup_for_xcom_set_again_replace` does not return anything, add leading underscore
- tests/models/test_xcom.py:561:5: PT004 Fixture `setup_for_xcom_clear` does not return anything, add leading underscore
+ tests/models/test_xcom.py:561:9: PT004 Fixture `setup_for_xcom_clear` does not return anything, add leading underscore
- tests/models/test_xcom_arg.py:51:1: PT004 Fixture `clear_db` does not return anything, add leading underscore
+ tests/models/test_xcom_arg.py:51:5: PT004 Fixture `clear_db` does not return anything, add leading underscore
- tests/operators/test_python.py:149:5: PT004 Fixture `setup_tests` does not return anything, add leading underscore
+ tests/operators/test_python.py:149:9: PT004 Fixture `setup_tests` does not return anything, add leading underscore
- tests/operators/test_python.py:285:5: PT004 Fixture `setup_tests` does not return anything, add leading underscore
+ tests/operators/test_python.py:285:9: PT004 Fixture `setup_tests` does not return anything, add leading underscore
- tests/operators/test_python.py:423:5: PT004 Fixture `setup_tests` does not return anything, add leading underscore
+ tests/operators/test_python.py:423:9: PT004 Fixture `setup_tests` does not return anything, add leading underscore
- tests/operators/test_python.py:73:5: PT004 Fixture `base_tests_setup` does not return anything, add leading underscore
+ tests/operators/test_python.py:73:9: PT004 Fixture `base_tests_setup` does not return anything, add leading underscore
- tests/operators/test_python.py:991:1: PT004 Fixture `clear_db` does not return anything, add leading underscore
+ tests/operators/test_python.py:991:5: PT004 Fixture `clear_db` does not return anything, add leading underscore
- tests/plugins/test_plugins_manager.py:67:1: PT004 Fixture `clean_plugins` does not return anything, add leading underscore
+ tests/plugins/test_plugins_manager.py:67:5: PT004 Fixture `clean_plugins` does not return anything, add leading underscore
- tests/providers/alibaba/cloud/log/test_oss_task_handler.py:48:5: PT004 Fixture `task_instance` does not return anything, add leading underscore
+ tests/providers/alibaba/cloud/log/test_oss_task_handler.py:48:9: PT004 Fixture `task_instance` does not return anything, add leading underscore
- tests/providers/amazon/aws/hooks/test_batch_waiters.py:188:5: PT004 Fixture `setup_tests` does not return anything, add leading underscore
+ tests/providers/amazon/aws/hooks/test_batch_waiters.py:188:9: PT004 Fixture `setup_tests` does not return anything, add leading underscore
- tests/providers/amazon/aws/hooks/test_batch_waiters.py:48:1: PT004 Fixture `patch_hook` does not return anything, add leading underscore
+ tests/providers/amazon/aws/hooks/test_batch_waiters.py:48:5: PT004 Fixture `patch_hook` does not return anything, add leading underscore
- tests/providers/amazon/aws/hooks/test_batch_waiters.py:63:5: PT004 Fixture `setup_tests` does not return anything, add leading underscore
+ tests/providers/amazon/aws/hooks/test_batch_waiters.py:63:9: PT004 Fixture `setup_tests` does not return anything, add leading underscore
- tests/providers/amazon/aws/hooks/test_ecr.py:31:1: PT004 Fixture `patch_hook` does not return anything, add leading underscore
+ tests/providers/amazon/aws/hooks/test_ecr.py:31:5: PT004 Fixture `patch_hook` does not return anything, add leading underscore
- tests/providers/amazon/aws/hooks/test_ssm.py:46:5: PT004 Fixture `setup_tests` does not return anything, add leading underscore
+ tests/providers/amazon/aws/hooks/test_ssm.py:46:9: PT004 Fixture `setup_tests` does not return anything, add leading underscore
- tests/providers/amazon/aws/log/test_cloudwatch_task_handler.py:46:1: PT004 Fixture `logmock` does not return anything, add leading underscore
+ tests/providers/amazon/aws/log/test_cloudwatch_task_handler.py:46:5: PT004 Fixture `logmock` does not return anything, add leading underscore
- tests/providers/amazon/aws/log/test_cloudwatch_task_handler.py:54:5: PT004 Fixture `setup_tests` does not return anything, add leading underscore
+ tests/providers/amazon/aws/log/test_cloudwatch_task_handler.py:54:9: PT004 Fixture `setup_tests` does not return anything, add leading underscore
- tests/providers/amazon/aws/log/test_s3_task_handler.py:41:1: PT004 Fixture `s3mock` does not return anything, add leading underscore
+ tests/providers/amazon/aws/log/test_s3_task_handler.py:41:5: PT004 Fixture `s3mock` does not return anything, add leading underscore
- tests/providers/amazon/aws/log/test_s3_task_handler.py:49:5: PT004 Fixture `setup_tests` does not return anything, add leading underscore
+ tests/providers/amazon/aws/log/test_s3_task_handler.py:49:9: PT004 Fixture `setup_tests` does not return anything, add leading underscore
- tests/providers/amazon/aws/operators/test_ecs.py:98:5: PT004 Fixture `setup_test_cases` does not return anything, add leading underscore
+ tests/providers/amazon/aws/operators/test_ecs.py:98:9: PT004 Fixture `setup_test_cases` does not return anything, add leading underscore
- tests/providers/amazon/aws/operators/test_glue.py:38:5: PT004 Fixture `setup_method` does not return anything, add leading underscore
+ tests/providers/amazon/aws/operators/test_glue.py:38:9: PT004 Fixture `setup_method` does not return anything, add leading underscore
- tests/providers/amazon/aws/sensors/test_ecs.py:50:5: PT004 Fixture `setup_test_cases` does not return anything, add leading underscore
+ tests/providers/amazon/aws/sensors/test_ecs.py:50:9: PT004 Fixture `setup_test_cases` does not return anything, add leading underscore
- tests/providers/amazon/aws/sensors/test_eks.py:145:5: PT004 Fixture `setUp` does not return anything, add leading underscore
+ tests/providers/amazon/aws/sensors/test_eks.py:145:9: PT004 Fixture `setUp` does not return anything, add leading underscore
- tests/providers/amazon/aws/sensors/test_eks.py:56:5: PT004 Fixture `setUp` does not return anything, add leading underscore
+ tests/providers/amazon/aws/sensors/test_eks.py:56:9: PT004 Fixture `setUp` does not return anything, add leading underscore
- tests/providers/amazon/aws/sensors/test_eks.py:96:5: PT004 Fixture `setUp` does not return anything, add leading underscore
+ tests/providers/amazon/aws/sensors/test_eks.py:96:9: PT004 Fixture `setUp` does not return anything, add leading underscore
- tests/providers/amazon/aws/waiters/test_custom_waiters.py:111:5: PT004 Fixture `setup_test_cases` does not return anything, add leading underscore
+ tests/providers/amazon/aws/waiters/test_custom_waiters.py:111:9: PT004 Fixture `setup_test_cases` does not return anything, add leading underscore
- tests/providers/amazon/conftest.py:47:1: PT004 Fixture `filter_botocore_warnings` does not return anything, add leading underscore
+ tests/providers/amazon/conftest.py:47:5: PT004 Fixture `filter_botocore_warnings` does not return anything, add leading underscore
- tests/providers/amazon/conftest.py:93:1: PT004 Fixture `set_default_aws_settings` does not return anything, add leading underscore
+ tests/providers/amazon/conftest.py:93:5: PT004 Fixture `set_default_aws_settings` does not return anything, add leading underscore
- tests/providers/apache/hive/transfers/test_mysql_to_hive.py:73:5: PT004 Fixture `baby_names_table` does not return anything, add leading underscore
+ tests/providers/apache/hive/transfers/test_mysql_to_hive.py:73:9: PT004 Fixture `baby_names_table` does not return anything, add leading underscore
- tests/providers/apache/hive/transfers/test_s3_to_hive.py:42:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/providers/apache/hive/transfers/test_s3_to_hive.py:42:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/providers/cncf/kubernetes/hooks/test_kubernetes_pod.py:457:5: PT004 Fixture `kubernetes_connection` does not return anything, add leading underscore
+ tests/providers/cncf/kubernetes/hooks/test_kubernetes_pod.py:457:9: PT004 Fixture `kubernetes_connection` does not return anything, add leading underscore
- tests/providers/cncf/kubernetes/operators/test_pod.py:103:5: PT004 Fixture `setup_tests` does not return anything, add leading underscore
+ tests/providers/cncf/kubernetes/operators/test_pod.py:103:9: PT004 Fixture `setup_tests` does not return anything, add leading underscore
- tests/providers/cncf/kubernetes/operators/test_pod.py:1150:5: PT004 Fixture `setup` does not return anything, add leading underscore
+ tests/providers/cncf/kubernetes/operators/test_pod.py:1150:9: PT004 Fixture `setup` does not return anything, add leading underscore
- tests/providers/cncf/kubernetes/operators/test_pod.py:63:1: PT004 Fixture `clear_db` does not return anything, add leading underscore
+ tests/providers/cncf/kubernetes/operators/test_pod.py:63:5: PT004 Fixture `clear_db` does not return anything, add leading underscore
- tests/providers/common/sql/hooks/test_sql.py:42:1: PT004 Fixture `create_connection` does not return anything, add leading underscore
+ tests/providers/common/sql/hooks/test_sql.py:42:5: PT004 Fixture `create_connection` does not return anything, add leading underscore
- tests/providers/databricks/hooks/test_databricks_sql.py:40:1: PT004 Fixture `create_connection` does not return anything, add leading underscore
+ tests/providers/databricks/hooks/test_databricks_sql.py:40:5: PT004 Fixture `create_connection` does not return anything, add leading underscore
- tests/providers/docker/operators/test_docker.py:139:5: PT004 Fixture `setup_patchers` does not return anything, add leading underscore
+ tests/providers/docker/operators/test_docker.py:139:9: PT004 Fixture `setup_patchers` does not return anything, add leading underscore
- tests/providers/exasol/hooks/test_sql.py:45:1: PT004 Fixture `create_connection` does not return anything, add leading underscore
+ tests/providers/exasol/hooks/test_sql.py:45:5: PT004 Fixture `create_connection` does not return anything, add leading underscore
- tests/providers/google/cloud/hooks/test_secret_manager_system.py:34:1: PT004 Fixture `helper_one_version` does not return anything, add leading underscore
+ tests/providers/google/cloud/hooks/test_secret_manager_system.py:34:5: PT004 Fixture `helper_one_version` does not return anything, add leading underscore
- tests/providers/google/cloud/hooks/test_secret_manager_system.py:42:1: PT004 Fixture `helper_two_versions` does not return anything, add leading underscore
+ tests/providers/google/cloud/hooks/test_secret_manager_system.py:42:5: PT004 Fixture `helper_two_versions` does not return anything, add leading underscore
- tests/providers/google/cloud/log/test_gcs_task_handler.py:37:5: PT004 Fixture `task_instance` does not return anything, add leading underscore
+ tests/providers/google/cloud/log/test_gcs_task_handler.py:37:9: PT004 Fixture `task_instance` does not return anything, add leading underscore
- tests/providers/google/cloud/log/test_stackdriver_task_handler.py:40:1: PT004 Fixture `clean_stackdriver_handlers` does not return anything, add leading underscore
+ tests/providers/google/cloud/log/test_stackdriver_task_handler.py:40:5: PT004 Fixture `clean_stackdriver_handlers` does not return anything, add leading underscore
- tests/providers/google/cloud/log/test_stackdriver_task_handler.py:76:5: PT004 Fixture `task_instance` does not return anything, add leading underscore
+ tests/providers/google/cloud/log/test_stackdriver_task_handler.py:76:9: PT004 Fixture `task_instance` does not return anything, add leading underscore
- tests/providers/pagerduty/hooks/test_pagerduty.py:33:1: PT004 Fixture `pagerduty_connections` does not return anything, add leading underscore
+ tests/providers/pagerduty/hooks/test_pagerduty.py:33:5: PT004 Fixture `pagerduty_connections` does not return anything, add leading underscore
- tests/providers/pagerduty/hooks/test_pagerduty_events.py:30:1: PT004 Fixture `events_connections` does not return anything, add leading underscore
+ tests/providers/pagerduty/hooks/test_pagerduty_events.py:30:5: PT004 Fixture `events_connections` does not return anything, add leading underscore
- tests/providers/sftp/hooks/test_sftp.py:73:5: PT004 Fixture `setup_test_cases` does not return anything, add leading underscore
+ tests/providers/sftp/hooks/test_sftp.py:73:9: PT004 Fixture `setup_test_cases` does not return anything, add leading underscore
- tests/providers/sftp/operators/test_sftp.py:207:5: PT004 Fixture `create_remote_file_and_cleanup` does not return anything, add leading underscore
+ tests/providers/sftp/operators/test_sftp.py:207:9: PT004 Fixture `create_remote_file_and_cleanup` does not return anything, add leading underscore
- tests/providers/slack/hooks/test_slack.py:53:1: PT004 Fixture `slack_api_connections` does not return anything, add leading underscore
+ tests/providers/slack/hooks/test_slack.py:53:5: PT004 Fixture `slack_api_connections` does not return anything, add leading underscore
- tests/providers/slack/hooks/test_slack_webhook.py:51:1: PT004 Fixture `slack_webhook_connections` does not return anything, add leading underscore
+ tests/providers/slack/hooks/test_slack_webhook.py:51:5: PT004 Fixture `slack_webhook_connections` does not return anything, add leading underscore
- tests/providers/slack/notifications/test_slack_notifier.py:33:1: PT004 Fixture `slack_api_connections` does not return anything, add leading underscore
+ tests/providers/slack/notifications/test_slack_notifier.py:33:5: PT004 Fixture `slack_api_connections` does not return anything, add leading underscore
- tests/providers/slack/operators/test_slack.py:37:1: PT004 Fixture `slack_api_connections` does not return anything, add leading underscore
+ tests/providers/slack/operators/test_slack.py:37:5: PT004 Fixture `slack_api_connections` does not return anything, add leading underscore
- tests/providers/ssh/operators/test_ssh.py:64:5: PT005 Fixture `_patch_exec_ssh_client` returns a value, remove leading underscore
+ tests/providers/ssh/operators/test_ssh.py:64:9: PT005 Fixture `_patch_exec_ssh_client` returns a value, remove leading underscore
- tests/providers/zendesk/hooks/test_zendesk.py:34:5: PT004 Fixture `init_connection` does not return anything, add leading underscore
+ tests/providers/zendesk/hooks/test_zendesk.py:34:9: PT004 Fixture `init_connection` does not return anything, add leading underscore
- tests/sensors/test_external_task_sensor.py:60:1: PT004 Fixture `clean_db` does not return anything, add leading underscore
+ tests/sensors/test_external_task_sensor.py:60:5: PT004 Fixture `clean_db` does not return anything, add leading underscore
- tests/serialization/test_dag_serialization.py:339:1: PT004 Fixture `timetable_plugin` does not return anything, add leading underscore
+ tests/serialization/test_dag_serialization.py:339:5: PT004 Fixture `timetable_plugin` does not return anything, add leading underscore
- tests/serialization/test_serde.py:44:1: PT004 Fixture `recalculate_patterns` does not return anything, add leading underscore
+ tests/serialization/test_serde.py:44:5: PT004 Fixture `recalculate_patterns` does not return anything, add leading underscore
- tests/system/conftest.py:31:1: PT004 Fixture `use_debug_executor` does not return anything, add leading underscore
+ tests/system/conftest.py:31:5: PT004 Fixture `use_debug_executor` does not return anything, add leading underscore
- tests/system/conftest.py:43:1: PT004 Fixture `skip_if_env_var_not_set` does not return anything, add leading underscore
+ tests/system/conftest.py:43:5: PT004 Fixture `skip_if_env_var_not_set` does not return anything, add leading underscore
- tests/task/task_runner/conftest.py:30:1: PT004 Fixture `reset_to_default_logging` does not return anything, add leading underscore
+ tests/task/task_runner/conftest.py:30:5: PT004 Fixture `reset_to_default_logging` does not return anything, add leading underscore
- tests/test_utils/system_tests_class.py:65:5: PT004 Fixture `setup_logger` does not return anything, add leading underscore
+ tests/test_utils/system_tests_class.py:65:9: PT004 Fixture `setup_logger` does not return anything, add leading underscore
- tests/test_utils/system_tests_class.py:70:5: PT004 Fixture `setup_system` does not return anything, add leading underscore
+ tests/test_utils/system_tests_class.py:70:9: PT004 Fixture `setup_system` does not return anything, add leading underscore
- tests/ti_deps/deps/test_not_previously_skipped_dep.py:33:1: PT004 Fixture `clean_db` does not return anything, add leading underscore
+ tests/ti_deps/deps/test_not_previously_skipped_dep.py:33:5: PT004 Fixture `clean_db` does not return anything, add leading underscore
- tests/ti_deps/deps/test_runnable_exec_date_dep.py:33:1: PT004 Fixture `clean_db` does not return anything, add leading underscore
+ tests/ti_deps/deps/test_runnable_exec_date_dep.py:33:5: PT004 Fixture `clean_db` does not return anything, add leading underscore
- tests/utils/log/test_log_reader.py:73:5: PT004 Fixture `configure_loggers` does not return anything, add leading underscore
+ tests/utils/log/test_log_reader.py:73:9: PT004 Fixture `configure_loggers` does not return anything, add leading underscore
- tests/utils/log/test_log_reader.py:87:5: PT004 Fixture `prepare_log_files` does not return anything, add leading underscore
+ tests/utils/log/test_log_reader.py:87:9: PT004 Fixture `prepare_log_files` does not return anything, add leading underscore
- tests/utils/log/test_log_reader.py:96:5: PT004 Fixture `prepare_db` does not return anything, add leading underscore
+ tests/utils/log/test_log_reader.py:96:9: PT004 Fixture `prepare_db` does not return anything, add leading underscore
- tests/utils/log/test_secrets_masker.py:356:5: PT004 Fixture `reset_secrets_masker` does not return anything, add leading underscore
+ tests/utils/log/test_secrets_masker.py:356:9: PT004 Fixture `reset_secrets_masker` does not return anything, add leading underscore
- tests/utils/log/test_secrets_masker.py:393:5: PT004 Fixture `reset_secrets_masker_and_skip_escape` does not return anything, add leading underscore
+ tests/utils/log/test_secrets_masker.py:393:9: PT004 Fixture `reset_secrets_masker_and_skip_escape` does not return anything, add leading underscore
- tests/utils/test_compression.py:33:5: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
+ tests/utils/test_compression.py:33:9: PT004 Fixture `setup_attrs` does not return anything, add leading underscore
- tests/utils/test_db_cleanup.py:54:1: PT004 Fixture `clean_database` does not return anything, add leading underscore
+ tests/utils/test_db_cleanup.py:54:5: PT004 Fixture `clean_database` does not return anything, add leading underscore
- tests/utils/test_db_cleanup.py:67:5: PT004 Fixture `clear_airflow_tables` does not return anything, add leading underscore
+ tests/utils/test_db_cleanup.py:67:9: PT004 Fixture `clear_airflow_tables` does not return anything, add leading underscore
- tests/utils/test_helpers.py:45:1: PT004 Fixture `clear_db` does not return anything, add leading underscore
+ tests/utils/test_helpers.py:45:5: PT004 Fixture `clear_db` does not return anything, add leading underscore
- tests/utils/test_task_handler_with_custom_formatter.py:44:1: PT004 Fixture `custom_task_log_handler_config` does not return anything, add leading underscore
+ tests/utils/test_task_handler_with_custom_formatter.py:44:5: PT004 Fixture `custom_task_log_handler_config` does not return anything, add leading underscore
- tests/www/test_security.py:130:1: PT004 Fixture `clear_db_before_test` does not return anything, add leading underscore
+ tests/www/test_security.py:130:5: PT004 Fixture `clear_db_before_test` does not return anything, add leading underscore
- tests/www/views/test_views_acl.py:132:1: PT004 Fixture `reset_dagruns` does not return anything, add leading underscore
+ tests/www/views/test_views_acl.py:132:5: PT004 Fixture `reset_dagruns` does not return anything, add leading underscore
- tests/www/views/test_views_acl.py:138:1: PT004 Fixture `init_dagruns` does not return anything, add leading underscore
+ tests/www/views/test_views_acl.py:138:5: PT004 Fixture `init_dagruns` does not return anything, add leading underscore
- tests/www/views/test_views_acl.py:283:1: PT004 Fixture `setup_paused_dag` does not return anything, add leading underscore
+ tests/www/views/test_views_acl.py:283:5: PT004 Fixture `setup_paused_dag` does not return anything, add leading underscore
- tests/www/views/test_views_connection.py:49:1: PT004 Fixture `clear_connections` does not return anything, add leading underscore
+ tests/www/views/test_views_connection.py:49:5: PT004 Fixture `clear_connections` does not return anything, add leading underscore
- tests/www/views/test_views_dagrun.py:62:1: PT004 Fixture `init_blank_dagrun` does not return anything, add leading underscore
+ tests/www/views/test_views_dagrun.py:62:5: PT004 Fixture `init_blank_dagrun` does not return anything, add leading underscore
- tests/www/views/test_views_dagrun.py:73:1: PT004 Fixture `reset_dagrun` does not return anything, add leading underscore
+ tests/www/views/test_views_dagrun.py:73:5: PT004 Fixture `reset_dagrun` does not return anything, add leading underscore
- tests/www/views/test_views_dataset.py:33:5: PT004 Fixture `cleanup` does not return anything, add leading underscore
+ tests/www/views/test_views_dataset.py:33:9: PT004 Fixture `cleanup` does not return anything, add leading underscore
- tests/www/views/test_views_decorators.py:90:1: PT004 Fixture `clean_db` does not return anything, add leading underscore
+ tests/www/views/test_views_decorators.py:90:5: PT004 Fixture `clean_db` does not return anything, add leading underscore
- tests/www/views/test_views_extra_links.py:119:1: PT004 Fixture `init_blank_task_instances` does not return anything, add leading underscore
+ tests/www/views/test_views_extra_links.py:119:5: PT004 Fixture `init_blank_task_instances` does not return anything, add leading underscore
- tests/www/views/test_views_extra_links.py:128:1: PT004 Fixture `reset_task_instances` does not return anything, add leading underscore
+ tests/www/views/test_views_extra_links.py:128:5: PT004 Fixture `reset_task_instances` does not return anything, add leading underscore
- tests/www/views/test_views_extra_links.py:97:1: PT004 Fixture `patched_app` does not return anything, add leading underscore
+ tests/www/views/test_views_extra_links.py:97:5: PT004 Fixture `patched_app` does not return anything, add leading underscore
- tests/www/views/test_views_grid.py:161:1: PT004 Fixture `freeze_time_for_dagruns` does not return anything, add leading underscore
+ tests/www/views/test_views_grid.py:161:5: PT004 Fixture `freeze_time_for_dagruns` does not return anything, add leading underscore
- tests/www/views/test_views_grid.py:50:1: PT004 Fixture `clean` does not return anything, add leading underscore
+ tests/www/views/test_views_grid.py:50:5: PT004 Fixture `clean` does not return anything, add leading underscore
- tests/www/views/test_views_home.py:147:1: PT004 Fixture `working_dags` does not return anything, add leading underscore
+ tests/www/views/test_views_home.py:147:5: PT004 Fixture `working_dags` does not return anything, add leading underscore
- tests/www/views/test_views_home.py:159:1: PT004 Fixture `broken_dags` does not return anything, add leading underscore
+ tests/www/views/test_views_home.py:159:5: PT004 Fixture `broken_dags` does not return anything, add leading underscore
- tests/www/views/test_views_home.py:44:1: PT004 Fixture `setup` does not return anything, add leading underscore
+ tests/www/views/test_views_home.py:44:5: PT004 Fixture `setup` does not return anything, add leading underscore
- tests/www/views/test_views_log.py:113:1: PT004 Fixture `reset_modules_after_every_test` does not return anything, add leading underscore
+ tests/www/views/test_views_log.py:113:5: PT004 Fixture `reset_modules_after_every_test` does not return anything, add leading underscore
- tests/www/views/test_views_pool.py:36:1: PT004 Fixture `clear_pools` does not return anything, add leading underscore
+ tests/www/views/test_views_pool.py:36:5: PT004 Fixture `clear_pools` does not return anything, add leading underscore
- tests/www/views/test_views_rendered.py:76:1: PT004 Fixture `init_blank_db` does not return anything, add leading underscore
+ tests/www/views/test_views_rendered.py:76:5: PT004 Fixture `init_blank_db` does not return anything, add leading underscore
- tests/www/views/test_views_rendered.py:87:1: PT004 Fixture `reset_db` does not return anything, add leading underscore
+ tests/www/views/test_views_rendered.py:87:5: PT004 Fixture `reset_db` does not return anything, add leading underscore
- tests/www/views/test_views_task_norun.py:33:1: PT004 Fixture `reset_dagruns` does not return anything, add leading underscore
+ tests/www/views/test_views_task_norun.py:33:5: PT004 Fixture `reset_dagruns` does not return anything, add leading underscore
- tests/www/views/test_views_tasks.py:56:1: PT004 Fixture `reset_dagruns` does not return anything, add leading underscore
+ tests/www/views/test_views_tasks.py:56:5: PT004 Fixture `reset_dagruns` does not return anything, add leading underscore
- tests/www/views/test_views_tasks.py:62:1: PT004 Fixture `init_dagruns` does not return anything, add leading underscore
+ tests/www/views/test_views_tasks.py:62:5: PT004 Fixture `init_dagruns` does not return anything, add leading underscore
- tests/www/views/test_views_trigger_dag.py:37:1: PT004 Fixture `initialize_one_dag` does not return anything, add leading underscore
+ tests/www/views/test_views_trigger_dag.py:37:5: PT004 Fixture `initialize_one_dag` does not return anything, add leading underscore
- tests/www/views/test_views_variable.py:45:1: PT004 Fixture `clear_variables` does not return anything, add leading underscore
+ tests/www/views/test_views_variable.py:45:5: PT004 Fixture `clear_variables` does not return anything, add leading underscore

Benchmark

Linux

group                                      main                                   pr
-----                                      ----                                   --
linter/all-rules/large/dataset.py          1.01     19.1±0.52ms     2.1 MB/sec    1.00     18.9±0.48ms     2.2 MB/sec
linter/all-rules/numpy/ctypeslib.py        1.00      4.6±0.17ms     3.6 MB/sec    1.01      4.7±0.16ms     3.6 MB/sec
linter/all-rules/numpy/globals.py          1.03   619.5±46.44µs     4.8 MB/sec    1.00   601.3±35.74µs     4.9 MB/sec
linter/all-rules/pydantic/types.py         1.01      8.1±0.24ms     3.2 MB/sec    1.00      8.0±0.33ms     3.2 MB/sec
linter/default-rules/large/dataset.py      1.03     10.0±0.25ms     4.0 MB/sec    1.00      9.8±0.28ms     4.2 MB/sec
linter/default-rules/numpy/ctypeslib.py    1.04      2.2±0.10ms     7.5 MB/sec    1.00      2.1±0.09ms     7.8 MB/sec
linter/default-rules/numpy/globals.py      1.04   256.9±28.52µs    11.5 MB/sec    1.00    247.5±9.35µs    11.9 MB/sec
linter/default-rules/pydantic/types.py     1.04      4.6±0.20ms     5.5 MB/sec    1.00      4.4±0.18ms     5.8 MB/sec

Windows

group                                      main                                   pr
-----                                      ----                                   --
linter/all-rules/large/dataset.py          1.00     16.1±0.54ms     2.5 MB/sec    1.00     16.1±0.29ms     2.5 MB/sec
linter/all-rules/numpy/ctypeslib.py        1.00      4.2±0.03ms     4.0 MB/sec    1.01      4.2±0.04ms     4.0 MB/sec
linter/all-rules/numpy/globals.py          1.00    432.4±3.62µs     6.8 MB/sec    1.00    434.0±4.13µs     6.8 MB/sec
linter/all-rules/pydantic/types.py         1.00      6.9±0.09ms     3.7 MB/sec    1.03      7.0±0.25ms     3.6 MB/sec
linter/default-rules/large/dataset.py      1.00      8.1±0.01ms     5.0 MB/sec    1.01      8.2±0.05ms     5.0 MB/sec
linter/default-rules/numpy/ctypeslib.py    1.00   1763.3±6.99µs     9.4 MB/sec    1.01  1783.3±12.29µs     9.3 MB/sec
linter/default-rules/numpy/globals.py      1.00    185.2±6.99µs    15.9 MB/sec    1.04    192.4±8.32µs    15.3 MB/sec
linter/default-rules/pydantic/types.py     1.00      3.7±0.02ms     6.9 MB/sec    1.04      3.9±0.12ms     6.6 MB/sec

renovate bot added a commit to ixm-one/pytest-cmake-presets that referenced this pull request Apr 20, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ruff](https://togithub.com/charliermarsh/ruff) | `^0.0.261` ->
`^0.0.262` |
[![age](https://badges.renovateapi.com/packages/pypi/ruff/0.0.262/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/ruff/0.0.262/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/ruff/0.0.262/compatibility-slim/0.0.261)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/ruff/0.0.262/confidence-slim/0.0.261)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>charliermarsh/ruff</summary>

###
[`v0.0.262`](https://togithub.com/charliermarsh/ruff/releases/tag/v0.0.262)

[Compare
Source](https://togithub.com/charliermarsh/ruff/compare/v0.0.261...v0.0.262)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

#### What's Changed

##### Configuration

- Allow users to extend the set of included files via `include` by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3914
- Implement isort custom sections and ordering
([#&#8203;2419](https://togithub.com/charliermarsh/ruff/issues/2419)) by
[@&#8203;hackedd](https://togithub.com/hackedd) in
[astral-sh/ruff#3900

##### Rules

- \[`flake8-simplify`] Add autofix for `contextlib.suppress` (`SIM105`)
by [@&#8203;leiserfg](https://togithub.com/leiserfg) in
[astral-sh/ruff#3915
- \[`flake8-bandit`] Ignore assert errors (S101) in `TYPE_CHECKING`
blocks by [@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3960
- \[`flake8-comprehensions`] Implement
`unnecessary-literal-within-dict-call` (`C418`) by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3969
- \[`ruff`] Add checks for mutable defaults `dataclass`es by
[@&#8203;mosauter](https://togithub.com/mosauter) in
[astral-sh/ruff#3877
- \[`flake8-import-conventions`] Add a rule for `BannedImportAlias` by
[@&#8203;stancld](https://togithub.com/stancld) in
[astral-sh/ruff#3926
- \[`flake8-pyi`] Implement duplicate types in unions (`PYI016`) by
[@&#8203;USER-5](https://togithub.com/USER-5) in
[astral-sh/ruff#3922
- \[`flake8-bandit`] Implement flake8-bandit shell injection rules by
[@&#8203;robyoung](https://togithub.com/robyoung) in
[astral-sh/ruff#3924
- \[`flake8-comprehensions`] Redirect `PIE802` to `C419` by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3971

##### Bug Fixes

- Fix unicode handling in PLE2515 by
[@&#8203;konstin](https://togithub.com/konstin) in
[astral-sh/ruff#3898
- Avoid adding required imports to stub files by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3940
- Add 'or if cond' to `E712` message by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3962
- Ignore argument assignments when enforcing `RET504` by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4004
- Fix (doc-)line-too-long start location by
[@&#8203;MichaReiser](https://togithub.com/MichaReiser) in
[astral-sh/ruff#4006
- Ignore stub file assignments to value-requiring targets by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4030
- Allow legacy C and T selectors in JSON schema by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3889
- Ignore `PLW2901` when using typing cast by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#3891
- Visit comprehension to detect group name usage/overrides by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#3887
- Ensure that tab characters aren't in multi-line strings before
throwing a violation by
[@&#8203;evanrittenhouse](https://togithub.com/evanrittenhouse) in
[astral-sh/ruff#3837
- Avoid N802 violations for `@override` methods by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3912
- Check for arguments in inner/outer call for `C414` by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#3916
- Do not skip analysis if `*args` present for `F523` by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#3923
- Extend SIM105 to match also 'Ellipsis only' bodies in exception
handlers by [@&#8203;leiserfg](https://togithub.com/leiserfg) in
[astral-sh/ruff#3925
- Support `pyright: ignore` comments by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3941
- Tidy up some `pygrep-hooks` rules by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3942
- Use identifier range for pytest rules by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3948
- Allow `typing_extensions.TypeVar` assignments in `.pyi` files by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3951
- Raise percent-format upgrade rule (`UP031`) for hanging modulos by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3953
- Check for parenthesis in implicit str concat in `PT006` by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#3955
- Do not consider nested comment as part of code by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#3984
- Preserve type annotations when fixing `E731` by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#3983
- Remove autofix behavior for uncapitalized-environment-variables
(`SIM112`) by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3988
- Respect typing-modules when evaluating no-return functions by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4001
- Avoid short-circuiting when detecting RET rules by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4002
- Set non-empty range for indentation diagnostics by
[@&#8203;MichaReiser](https://togithub.com/MichaReiser) in
[astral-sh/ruff#4005
- Ignore relative imports in `banned-api` rules by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4024
- Support relative imports in `banned-api` enforcement by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4025
- Treat non-future function annotations as required-at-runtime by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4028
- Ignore certain flake8-pyi errors within function bodies by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4029

#### New Contributors

- [@&#8203;tjkuson](https://togithub.com/tjkuson) made their first
contribution in
[astral-sh/ruff#3886
- [@&#8203;mosauter](https://togithub.com/mosauter) made their first
contribution in
[astral-sh/ruff#3877
- [@&#8203;stancld](https://togithub.com/stancld) made their first
contribution in
[astral-sh/ruff#3926
- [@&#8203;USER-5](https://togithub.com/USER-5) made their first
contribution in
[astral-sh/ruff#3922
- [@&#8203;robyoung](https://togithub.com/robyoung) made their first
contribution in
[astral-sh/ruff#3924
- [@&#8203;hackedd](https://togithub.com/hackedd) made their first
contribution in
[astral-sh/ruff#3900
- [@&#8203;justinchuby](https://togithub.com/justinchuby) made their
first contribution in
[astral-sh/ruff#3982
- [@&#8203;mirecl](https://togithub.com/mirecl) made their first
contribution in
[astral-sh/ruff#4008
- [@&#8203;Xemnas0](https://togithub.com/Xemnas0) made their first
contribution in
[astral-sh/ruff#4026

**Full Changelog**:
astral-sh/ruff@v0.0.261...v0.0.262

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/ixm-one/pytest-cmake-presets).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDkuMCJ9-->

Signed-off-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to allenporter/flux-local that referenced this pull request Apr 21, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ruff](https://togithub.com/charliermarsh/ruff) | `==0.0.261` ->
`==0.0.262` |
[![age](https://badges.renovateapi.com/packages/pypi/ruff/0.0.262/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/ruff/0.0.262/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/ruff/0.0.262/compatibility-slim/0.0.261)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/ruff/0.0.262/confidence-slim/0.0.261)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>charliermarsh/ruff</summary>

###
[`v0.0.262`](https://togithub.com/charliermarsh/ruff/releases/tag/v0.0.262)

[Compare
Source](https://togithub.com/charliermarsh/ruff/compare/v0.0.261...v0.0.262)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

#### What's Changed

##### Configuration

- Allow users to extend the set of included files via `include` by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3914
- Implement isort custom sections and ordering
([#&#8203;2419](https://togithub.com/charliermarsh/ruff/issues/2419)) by
[@&#8203;hackedd](https://togithub.com/hackedd) in
[astral-sh/ruff#3900

##### Rules

- \[`flake8-simplify`] Add autofix for `contextlib.suppress` (`SIM105`)
by [@&#8203;leiserfg](https://togithub.com/leiserfg) in
[astral-sh/ruff#3915
- \[`flake8-bandit`] Ignore assert errors (S101) in `TYPE_CHECKING`
blocks by [@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3960
- \[`flake8-comprehensions`] Implement
`unnecessary-literal-within-dict-call` (`C418`) by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3969
- \[`ruff`] Add checks for mutable defaults `dataclass`es by
[@&#8203;mosauter](https://togithub.com/mosauter) in
[astral-sh/ruff#3877
- \[`flake8-import-conventions`] Add a rule for `BannedImportAlias` by
[@&#8203;stancld](https://togithub.com/stancld) in
[astral-sh/ruff#3926
- \[`flake8-pyi`] Implement duplicate types in unions (`PYI016`) by
[@&#8203;USER-5](https://togithub.com/USER-5) in
[astral-sh/ruff#3922
- \[`flake8-bandit`] Implement flake8-bandit shell injection rules by
[@&#8203;robyoung](https://togithub.com/robyoung) in
[astral-sh/ruff#3924
- \[`flake8-comprehensions`] Redirect `PIE802` to `C419` by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3971

##### Bug Fixes

- Fix unicode handling in PLE2515 by
[@&#8203;konstin](https://togithub.com/konstin) in
[astral-sh/ruff#3898
- Avoid adding required imports to stub files by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3940
- Add 'or if cond' to `E712` message by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3962
- Ignore argument assignments when enforcing `RET504` by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4004
- Fix (doc-)line-too-long start location by
[@&#8203;MichaReiser](https://togithub.com/MichaReiser) in
[astral-sh/ruff#4006
- Ignore stub file assignments to value-requiring targets by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4030
- Allow legacy C and T selectors in JSON schema by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3889
- Ignore `PLW2901` when using typing cast by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#3891
- Visit comprehension to detect group name usage/overrides by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#3887
- Ensure that tab characters aren't in multi-line strings before
throwing a violation by
[@&#8203;evanrittenhouse](https://togithub.com/evanrittenhouse) in
[astral-sh/ruff#3837
- Avoid N802 violations for `@override` methods by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3912
- Check for arguments in inner/outer call for `C414` by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#3916
- Do not skip analysis if `*args` present for `F523` by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#3923
- Extend SIM105 to match also 'Ellipsis only' bodies in exception
handlers by [@&#8203;leiserfg](https://togithub.com/leiserfg) in
[astral-sh/ruff#3925
- Support `pyright: ignore` comments by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3941
- Tidy up some `pygrep-hooks` rules by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3942
- Use identifier range for pytest rules by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3948
- Allow `typing_extensions.TypeVar` assignments in `.pyi` files by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3951
- Raise percent-format upgrade rule (`UP031`) for hanging modulos by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3953
- Check for parenthesis in implicit str concat in `PT006` by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#3955
- Do not consider nested comment as part of code by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#3984
- Preserve type annotations when fixing `E731` by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#3983
- Remove autofix behavior for uncapitalized-environment-variables
(`SIM112`) by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3988
- Respect typing-modules when evaluating no-return functions by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4001
- Avoid short-circuiting when detecting RET rules by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4002
- Set non-empty range for indentation diagnostics by
[@&#8203;MichaReiser](https://togithub.com/MichaReiser) in
[astral-sh/ruff#4005
- Ignore relative imports in `banned-api` rules by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4024
- Support relative imports in `banned-api` enforcement by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4025
- Treat non-future function annotations as required-at-runtime by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4028
- Ignore certain flake8-pyi errors within function bodies by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4029

#### New Contributors

- [@&#8203;tjkuson](https://togithub.com/tjkuson) made their first
contribution in
[astral-sh/ruff#3886
- [@&#8203;mosauter](https://togithub.com/mosauter) made their first
contribution in
[astral-sh/ruff#3877
- [@&#8203;stancld](https://togithub.com/stancld) made their first
contribution in
[astral-sh/ruff#3926
- [@&#8203;USER-5](https://togithub.com/USER-5) made their first
contribution in
[astral-sh/ruff#3922
- [@&#8203;robyoung](https://togithub.com/robyoung) made their first
contribution in
[astral-sh/ruff#3924
- [@&#8203;hackedd](https://togithub.com/hackedd) made their first
contribution in
[astral-sh/ruff#3900
- [@&#8203;justinchuby](https://togithub.com/justinchuby) made their
first contribution in
[astral-sh/ruff#3982
- [@&#8203;mirecl](https://togithub.com/mirecl) made their first
contribution in
[astral-sh/ruff#4008
- [@&#8203;Xemnas0](https://togithub.com/Xemnas0) made their first
contribution in
[astral-sh/ruff#4026

**Full Changelog**:
astral-sh/ruff@v0.0.261...v0.0.262

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/allenporter/flux-local).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41NC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTQuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to allenporter/pyrainbird that referenced this pull request Apr 21, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ruff](https://togithub.com/charliermarsh/ruff) | `==0.0.261` ->
`==0.0.262` |
[![age](https://badges.renovateapi.com/packages/pypi/ruff/0.0.262/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/ruff/0.0.262/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/ruff/0.0.262/compatibility-slim/0.0.261)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/ruff/0.0.262/confidence-slim/0.0.261)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>charliermarsh/ruff</summary>

###
[`v0.0.262`](https://togithub.com/charliermarsh/ruff/releases/tag/v0.0.262)

[Compare
Source](https://togithub.com/charliermarsh/ruff/compare/v0.0.261...v0.0.262)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

#### What's Changed

##### Configuration

- Allow users to extend the set of included files via `include` by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3914
- Implement isort custom sections and ordering
([#&#8203;2419](https://togithub.com/charliermarsh/ruff/issues/2419)) by
[@&#8203;hackedd](https://togithub.com/hackedd) in
[astral-sh/ruff#3900

##### Rules

- \[`flake8-simplify`] Add autofix for `contextlib.suppress` (`SIM105`)
by [@&#8203;leiserfg](https://togithub.com/leiserfg) in
[astral-sh/ruff#3915
- \[`flake8-bandit`] Ignore assert errors (S101) in `TYPE_CHECKING`
blocks by [@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3960
- \[`flake8-comprehensions`] Implement
`unnecessary-literal-within-dict-call` (`C418`) by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3969
- \[`ruff`] Add checks for mutable defaults `dataclass`es by
[@&#8203;mosauter](https://togithub.com/mosauter) in
[astral-sh/ruff#3877
- \[`flake8-import-conventions`] Add a rule for `BannedImportAlias` by
[@&#8203;stancld](https://togithub.com/stancld) in
[astral-sh/ruff#3926
- \[`flake8-pyi`] Implement duplicate types in unions (`PYI016`) by
[@&#8203;USER-5](https://togithub.com/USER-5) in
[astral-sh/ruff#3922
- \[`flake8-bandit`] Implement flake8-bandit shell injection rules by
[@&#8203;robyoung](https://togithub.com/robyoung) in
[astral-sh/ruff#3924
- \[`flake8-comprehensions`] Redirect `PIE802` to `C419` by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3971

##### Bug Fixes

- Fix unicode handling in PLE2515 by
[@&#8203;konstin](https://togithub.com/konstin) in
[astral-sh/ruff#3898
- Avoid adding required imports to stub files by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3940
- Add 'or if cond' to `E712` message by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3962
- Ignore argument assignments when enforcing `RET504` by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4004
- Fix (doc-)line-too-long start location by
[@&#8203;MichaReiser](https://togithub.com/MichaReiser) in
[astral-sh/ruff#4006
- Ignore stub file assignments to value-requiring targets by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4030
- Allow legacy C and T selectors in JSON schema by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3889
- Ignore `PLW2901` when using typing cast by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#3891
- Visit comprehension to detect group name usage/overrides by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#3887
- Ensure that tab characters aren't in multi-line strings before
throwing a violation by
[@&#8203;evanrittenhouse](https://togithub.com/evanrittenhouse) in
[astral-sh/ruff#3837
- Avoid N802 violations for `@override` methods by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3912
- Check for arguments in inner/outer call for `C414` by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#3916
- Do not skip analysis if `*args` present for `F523` by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#3923
- Extend SIM105 to match also 'Ellipsis only' bodies in exception
handlers by [@&#8203;leiserfg](https://togithub.com/leiserfg) in
[astral-sh/ruff#3925
- Support `pyright: ignore` comments by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3941
- Tidy up some `pygrep-hooks` rules by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3942
- Use identifier range for pytest rules by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3948
- Allow `typing_extensions.TypeVar` assignments in `.pyi` files by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3951
- Raise percent-format upgrade rule (`UP031`) for hanging modulos by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3953
- Check for parenthesis in implicit str concat in `PT006` by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#3955
- Do not consider nested comment as part of code by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#3984
- Preserve type annotations when fixing `E731` by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#3983
- Remove autofix behavior for uncapitalized-environment-variables
(`SIM112`) by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3988
- Respect typing-modules when evaluating no-return functions by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4001
- Avoid short-circuiting when detecting RET rules by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4002
- Set non-empty range for indentation diagnostics by
[@&#8203;MichaReiser](https://togithub.com/MichaReiser) in
[astral-sh/ruff#4005
- Ignore relative imports in `banned-api` rules by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4024
- Support relative imports in `banned-api` enforcement by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4025
- Treat non-future function annotations as required-at-runtime by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4028
- Ignore certain flake8-pyi errors within function bodies by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4029

#### New Contributors

- [@&#8203;tjkuson](https://togithub.com/tjkuson) made their first
contribution in
[astral-sh/ruff#3886
- [@&#8203;mosauter](https://togithub.com/mosauter) made their first
contribution in
[astral-sh/ruff#3877
- [@&#8203;stancld](https://togithub.com/stancld) made their first
contribution in
[astral-sh/ruff#3926
- [@&#8203;USER-5](https://togithub.com/USER-5) made their first
contribution in
[astral-sh/ruff#3922
- [@&#8203;robyoung](https://togithub.com/robyoung) made their first
contribution in
[astral-sh/ruff#3924
- [@&#8203;hackedd](https://togithub.com/hackedd) made their first
contribution in
[astral-sh/ruff#3900
- [@&#8203;justinchuby](https://togithub.com/justinchuby) made their
first contribution in
[astral-sh/ruff#3982
- [@&#8203;mirecl](https://togithub.com/mirecl) made their first
contribution in
[astral-sh/ruff#4008
- [@&#8203;Xemnas0](https://togithub.com/Xemnas0) made their first
contribution in
[astral-sh/ruff#4026

**Full Changelog**:
astral-sh/ruff@v0.0.261...v0.0.262

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/allenporter/pyrainbird).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41NC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTQuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant