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

Allow boolean parameters for pytest.param #4176

Merged
merged 1 commit into from
May 2, 2023
Merged

Conversation

charliermarsh
Copy link
Member

Closes #4172.

@charliermarsh charliermarsh enabled auto-merge (squash) May 2, 2023 01:01
@charliermarsh charliermarsh merged commit 56c4501 into main May 2, 2023
12 checks passed
@charliermarsh charliermarsh deleted the charlie/param branch May 2, 2023 01:07
@github-actions
Copy link
Contributor

github-actions bot commented May 2, 2023

PR Check Results

Ecosystem

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

airflow (+0, -362)

- dev/breeze/tests/test_selective_checks.py:1083:13: FBT003 Boolean positional value in function call
- dev/breeze/tests/test_selective_checks.py:1090:13: FBT003 Boolean positional value in function call
- dev/breeze/tests/test_selective_checks.py:1097:13: FBT003 Boolean positional value in function call
- tests/api_connexion/endpoints/test_task_instance_endpoint.py:486:17: FBT003 Boolean positional value in function call
- tests/api_connexion/endpoints/test_task_instance_endpoint.py:500:17: FBT003 Boolean positional value in function call
- tests/api_connexion/endpoints/test_task_instance_endpoint.py:515:17: FBT003 Boolean positional value in function call
- tests/api_connexion/endpoints/test_task_instance_endpoint.py:530:17: FBT003 Boolean positional value in function call
- tests/api_connexion/endpoints/test_task_instance_endpoint.py:544:17: FBT003 Boolean positional value in function call
- tests/api_connexion/endpoints/test_task_instance_endpoint.py:556:17: FBT003 Boolean positional value in function call
- tests/api_connexion/endpoints/test_task_instance_endpoint.py:571:17: FBT003 Boolean positional value in function call
- tests/api_connexion/endpoints/test_task_instance_endpoint.py:582:17: FBT003 Boolean positional value in function call
- tests/api_connexion/endpoints/test_task_instance_endpoint.py:596:17: FBT003 Boolean positional value in function call
- tests/api_connexion/endpoints/test_task_instance_endpoint.py:607:17: FBT003 Boolean positional value in function call
- tests/api_connexion/endpoints/test_task_instance_endpoint.py:621:17: FBT003 Boolean positional value in function call
- tests/api_connexion/endpoints/test_task_instance_endpoint.py:677:17: FBT003 Boolean positional value in function call
- tests/api_connexion/endpoints/test_task_instance_endpoint.py:689:17: FBT003 Boolean positional value in function call
- tests/api_connexion/endpoints/test_task_instance_endpoint.py:702:17: FBT003 Boolean positional value in function call
- tests/api_connexion/endpoints/test_task_instance_endpoint.py:715:17: FBT003 Boolean positional value in function call
- tests/api_connexion/endpoints/test_task_instance_endpoint.py:727:17: FBT003 Boolean positional value in function call
- tests/api_connexion/endpoints/test_task_instance_endpoint.py:739:17: FBT003 Boolean positional value in function call
- tests/api_connexion/endpoints/test_task_instance_endpoint.py:754:17: FBT003 Boolean positional value in function call
- tests/api_connexion/endpoints/test_task_instance_endpoint.py:772:17: FBT003 Boolean positional value in function call
- tests/dag_processing/test_processor.py:496:23: FBT003 Boolean positional value in function call
- tests/dag_processing/test_processor.py:496:59: FBT003 Boolean positional value in function call
- tests/executors/test_celery_executor.py:142:36: FBT003 Boolean positional value in function call
- tests/executors/test_celery_executor.py:143:48: FBT003 Boolean positional value in function call
- tests/executors/test_celery_executor.py:144:55: FBT003 Boolean positional value in function call
- tests/executors/test_kubernetes_executor.py:242:31: FBT003 Boolean positional value in function call
- tests/executors/test_kubernetes_executor.py:243:33: FBT003 Boolean positional value in function call
- tests/executors/test_kubernetes_executor.py:244:31: FBT003 Boolean positional value in function call
- tests/executors/test_kubernetes_executor.py:245:31: FBT003 Boolean positional value in function call
- tests/integration/security/test_kerberos.py:57:26: FBT003 Boolean positional value in function call
- tests/integration/security/test_kerberos.py:58:26: FBT003 Boolean positional value in function call
- tests/jobs/test_local_task_job.py:855:33: FBT003 Boolean positional value in function call
- tests/jobs/test_local_task_job.py:855:66: FBT003 Boolean positional value in function call
- tests/models/test_dag.py:3350:26: FBT003 Boolean positional value in function call
- tests/models/test_dag.py:3351:40: FBT003 Boolean positional value in function call
- tests/models/test_dag.py:3352:62: FBT003 Boolean positional value in function call
- tests/models/test_dag.py:3353:35: FBT003 Boolean positional value in function call
- tests/models/test_dag.py:3354:51: FBT003 Boolean positional value in function call
- tests/models/test_param.py:350:37: FBT003 Boolean positional value in function call
- tests/models/test_param.py:351:32: FBT003 Boolean positional value in function call
- tests/models/test_param.py:352:36: FBT003 Boolean positional value in function call
- tests/models/test_serialized_dag.py:48:26: FBT003 Boolean positional value in function call
- tests/models/test_serialized_dag.py:49:26: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1177:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1179:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1186:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1188:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1195:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1197:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1204:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1206:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1213:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1215:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1222:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1224:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1231:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1233:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1240:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1242:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1249:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1251:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1258:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1260:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1267:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1269:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1276:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:1278:17: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:2182:36: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:2183:35: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:2184:28: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:2185:28: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:2186:50: FBT003 Boolean positional value in function call
- tests/models/test_taskinstance.py:2187:50: FBT003 Boolean positional value in function call
- tests/operators/test_python.py:260:34: FBT003 Boolean positional value in function call
- tests/operators/test_python.py:261:26: FBT003 Boolean positional value in function call
- tests/operators/test_python.py:261:32: FBT003 Boolean positional value in function call
- tests/operators/test_python.py:262:26: FBT003 Boolean positional value in function call
- tests/operators/test_python.py:262:33: FBT003 Boolean positional value in function call
- tests/providers/amazon/aws/sensors/test_lambda_function.py:36:17: FBT003 Boolean positional value in function call
- tests/providers/amazon/aws/sensors/test_lambda_function.py:37:17: FBT003 Boolean positional value in function call
- tests/providers/amazon/aws/sensors/test_lambda_function.py:42:17: FBT003 Boolean positional value in function call
- tests/providers/amazon/aws/sensors/test_lambda_function.py:43:17: FBT003 Boolean positional value in function call
- tests/providers/amazon/aws/sensors/test_lambda_function.py:48:17: FBT003 Boolean positional value in function call
- tests/providers/apache/beam/hooks/test_beam.py:151:37: FBT003 Boolean positional value in function call
- tests/providers/apache/beam/hooks/test_beam.py:152:37: FBT003 Boolean positional value in function call
- tests/providers/apache/beam/hooks/test_beam.py:153:30: FBT003 Boolean positional value in function call
- tests/providers/cncf/kubernetes/utils/test_pod_manager.py:408:45: FBT003 Boolean positional value in function call
- tests/providers/cncf/kubernetes/utils/test_pod_manager.py:411:42: FBT003 Boolean positional value in function call
- tests/providers/cncf/kubernetes/utils/test_pod_manager.py:415:42: FBT003 Boolean positional value in function call
- tests/providers/cncf/kubernetes/utils/test_pod_manager.py:416:53: FBT003 Boolean positional value in function call
- tests/providers/cncf/kubernetes/utils/test_pod_manager.py:417:67: FBT003 Boolean positional value in function call
- tests/providers/cncf/kubernetes/utils/test_pod_manager.py:418:72: FBT003 Boolean positional value in function call
- tests/providers/cncf/kubernetes/utils/test_pod_manager.py:419:72: FBT003 Boolean positional value in function call
- tests/providers/common/sql/hooks/test_sql.py:107:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/hooks/test_sql.py:108:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/hooks/test_sql.py:118:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/hooks/test_sql.py:119:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/hooks/test_sql.py:129:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/hooks/test_sql.py:130:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/hooks/test_sql.py:140:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/hooks/test_sql.py:141:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/hooks/test_sql.py:151:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/hooks/test_sql.py:152:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/hooks/test_sql.py:162:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/hooks/test_sql.py:163:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/hooks/test_sql.py:63:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/hooks/test_sql.py:64:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/hooks/test_sql.py:74:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/hooks/test_sql.py:75:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/hooks/test_sql.py:85:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/hooks/test_sql.py:86:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/hooks/test_sql.py:96:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/hooks/test_sql.py:97:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:107:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:108:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:162:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:163:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:171:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:172:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:180:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:181:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:189:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:190:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:198:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:199:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:207:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:208:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:222:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:223:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:47:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:48:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:56:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:57:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:65:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:66:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:74:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:75:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:83:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:84:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:92:13: FBT003 Boolean positional value in function call
- tests/providers/common/sql/operators/test_sql_execute.py:93:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/hooks/test_databricks_sql.py:107:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/hooks/test_databricks_sql.py:108:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/hooks/test_databricks_sql.py:118:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/hooks/test_databricks_sql.py:119:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/hooks/test_databricks_sql.py:129:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/hooks/test_databricks_sql.py:130:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/hooks/test_databricks_sql.py:140:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/hooks/test_databricks_sql.py:141:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/hooks/test_databricks_sql.py:151:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/hooks/test_databricks_sql.py:152:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/hooks/test_databricks_sql.py:162:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/hooks/test_databricks_sql.py:163:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/hooks/test_databricks_sql.py:63:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/hooks/test_databricks_sql.py:64:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/hooks/test_databricks_sql.py:74:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/hooks/test_databricks_sql.py:75:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/hooks/test_databricks_sql.py:85:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/hooks/test_databricks_sql.py:86:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/hooks/test_databricks_sql.py:96:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/hooks/test_databricks_sql.py:97:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:100:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:101:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:158:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:159:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:166:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:167:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:174:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:175:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:182:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:183:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:190:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:191:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:201:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:202:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:209:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:210:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:217:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:218:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:225:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:226:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:40:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:41:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:49:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:50:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:58:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:59:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:67:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:68:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:76:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:77:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:85:13: FBT003 Boolean positional value in function call
- tests/providers/databricks/operators/test_databricks_sql.py:86:13: FBT003 Boolean positional value in function call
- tests/providers/docker/hooks/test_docker.py:70:33: FBT003 Boolean positional value in function call
- tests/providers/exasol/hooks/test_sql.py:108:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/hooks/test_sql.py:109:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/hooks/test_sql.py:124:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/hooks/test_sql.py:125:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/hooks/test_sql.py:140:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/hooks/test_sql.py:141:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/hooks/test_sql.py:156:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/hooks/test_sql.py:157:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/hooks/test_sql.py:176:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/hooks/test_sql.py:177:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/hooks/test_sql.py:192:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/hooks/test_sql.py:193:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/hooks/test_sql.py:208:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/hooks/test_sql.py:209:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/hooks/test_sql.py:224:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/hooks/test_sql.py:225:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/hooks/test_sql.py:76:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/hooks/test_sql.py:77:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/hooks/test_sql.py:92:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/hooks/test_sql.py:93:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/operators/test_exasol_sql.py:108:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/operators/test_exasol_sql.py:109:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/operators/test_exasol_sql.py:48:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/operators/test_exasol_sql.py:49:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/operators/test_exasol_sql.py:57:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/operators/test_exasol_sql.py:58:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/operators/test_exasol_sql.py:66:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/operators/test_exasol_sql.py:67:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/operators/test_exasol_sql.py:75:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/operators/test_exasol_sql.py:76:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/operators/test_exasol_sql.py:84:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/operators/test_exasol_sql.py:85:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/operators/test_exasol_sql.py:93:13: FBT003 Boolean positional value in function call
- tests/providers/exasol/operators/test_exasol_sql.py:94:13: FBT003 Boolean positional value in function call
- tests/providers/google/cloud/secrets/test_secret_manager.py:76:41: FBT003 Boolean positional value in function call
- tests/providers/google/cloud/secrets/test_secret_manager.py:77:42: FBT003 Boolean positional value in function call
- tests/providers/google/cloud/secrets/test_secret_manager.py:78:34: FBT003 Boolean positional value in function call
- tests/providers/google/cloud/secrets/test_secret_manager.py:79:35: FBT003 Boolean positional value in function call
- tests/providers/google/cloud/secrets/test_secret_manager.py:80:44: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:105:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:109:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:110:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:117:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:121:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:122:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:129:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:133:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:134:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:141:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:145:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:146:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:153:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:157:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:158:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:165:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:169:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:170:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:183:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:49:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:50:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:57:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:61:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:62:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:69:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:73:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:74:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:81:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:85:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:86:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:93:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:97:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/hooks/test_sql.py:98:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/operators/test_snowflake_sql.py:38:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/operators/test_snowflake_sql.py:39:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/operators/test_snowflake_sql.py:47:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/operators/test_snowflake_sql.py:48:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/operators/test_snowflake_sql.py:56:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/operators/test_snowflake_sql.py:57:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/operators/test_snowflake_sql.py:65:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/operators/test_snowflake_sql.py:66:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/operators/test_snowflake_sql.py:74:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/operators/test_snowflake_sql.py:75:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/operators/test_snowflake_sql.py:83:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/operators/test_snowflake_sql.py:84:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/operators/test_snowflake_sql.py:98:13: FBT003 Boolean positional value in function call
- tests/providers/snowflake/operators/test_snowflake_sql.py:99:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:100:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:101:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:102:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:109:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:110:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:111:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:116:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:117:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:118:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:125:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:126:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:127:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:132:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:133:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:134:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:141:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:142:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:143:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:148:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:149:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:150:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:155:22: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:155:28: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:155:35: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:155:48: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:155:55: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:155:61: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:158:22: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:158:28: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:158:34: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:158:47: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:158:54: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:158:60: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:161:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:162:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:163:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:168:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:169:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:170:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:177:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:178:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:179:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:184:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:185:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:186:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:192:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:193:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:194:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:199:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:200:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:201:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:207:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:208:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:209:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:214:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:215:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:216:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:93:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:94:13: FBT003 Boolean positional value in function call
- tests/ti_deps/deps/test_prev_dagrun_dep.py:95:13: FBT003 Boolean positional value in function call
- tests/timetables/test_interval_timetable.py:74:19: FBT003 Boolean positional value in function call
- tests/timetables/test_interval_timetable.py:74:58: FBT003 Boolean positional value in function call
- tests/utils/test_db_cleanup.py:179:53: FBT003 Boolean positional value in function call
- tests/utils/test_db_cleanup.py:180:53: FBT003 Boolean positional value in function call
- tests/utils/test_db_cleanup.py:181:53: FBT003 Boolean positional value in function call
- tests/utils/test_db_cleanup.py:182:70: FBT003 Boolean positional value in function call
- tests/utils/test_db_cleanup.py:183:63: FBT003 Boolean positional value in function call
- tests/utils/test_db_cleanup.py:184:64: FBT003 Boolean positional value in function call
- tests/utils/test_db_cleanup.py:221:53: FBT003 Boolean positional value in function call
- tests/utils/test_db_cleanup.py:222:53: FBT003 Boolean positional value in function call
- tests/utils/test_db_cleanup.py:223:53: FBT003 Boolean positional value in function call
- tests/utils/test_db_cleanup.py:224:70: FBT003 Boolean positional value in function call
- tests/utils/test_db_cleanup.py:225:63: FBT003 Boolean positional value in function call
- tests/utils/test_db_cleanup.py:226:64: FBT003 Boolean positional value in function call
- tests/utils/test_db_cleanup.py:73:39: FBT003 Boolean positional value in function call
- tests/utils/test_db_cleanup.py:74:27: FBT003 Boolean positional value in function call
- tests/utils/test_db_cleanup.py:75:40: FBT003 Boolean positional value in function call
- tests/utils/test_db_cleanup.py:97:44: FBT003 Boolean positional value in function call
- tests/utils/test_db_cleanup.py:98:27: FBT003 Boolean positional value in function call
- tests/utils/test_db_cleanup.py:99:45: FBT003 Boolean positional value in function call

Benchmark

Linux

group                                      main                                   pr
-----                                      ----                                   --
linter/all-rules/large/dataset.py          1.01     14.0±0.06ms     2.9 MB/sec    1.00     13.9±0.05ms     2.9 MB/sec
linter/all-rules/numpy/ctypeslib.py        1.00      3.4±0.00ms     5.0 MB/sec    1.00      3.4±0.01ms     5.0 MB/sec
linter/all-rules/numpy/globals.py          1.00    419.0±0.83µs     7.0 MB/sec    1.00    419.9±0.67µs     7.0 MB/sec
linter/all-rules/pydantic/types.py         1.00      5.8±0.01ms     4.4 MB/sec    1.00      5.8±0.01ms     4.4 MB/sec
linter/default-rules/large/dataset.py      1.00      6.9±0.03ms     5.9 MB/sec    1.00      6.9±0.02ms     5.9 MB/sec
linter/default-rules/numpy/ctypeslib.py    1.00   1485.6±9.43µs    11.2 MB/sec    1.00   1485.7±2.81µs    11.2 MB/sec
linter/default-rules/numpy/globals.py      1.00    166.9±1.22µs    17.7 MB/sec    1.00    166.5±0.62µs    17.7 MB/sec
linter/default-rules/pydantic/types.py     1.00      3.1±0.01ms     8.3 MB/sec    1.00      3.1±0.02ms     8.3 MB/sec
parser/large/dataset.py                    1.00      5.4±0.01ms     7.5 MB/sec    1.01      5.5±0.01ms     7.4 MB/sec
parser/numpy/ctypeslib.py                  1.00   1061.9±0.61µs    15.7 MB/sec    1.00   1066.7±2.37µs    15.6 MB/sec
parser/numpy/globals.py                    1.00    108.2±0.86µs    27.3 MB/sec    1.00    108.2±0.27µs    27.3 MB/sec
parser/pydantic/types.py                   1.00      2.3±0.00ms    11.0 MB/sec    1.00      2.3±0.00ms    11.0 MB/sec

Windows

group                                      main                                   pr
-----                                      ----                                   --
linter/all-rules/large/dataset.py          1.03     21.9±0.88ms  1900.0 KB/sec    1.00     21.3±0.85ms  1957.3 KB/sec
linter/all-rules/numpy/ctypeslib.py        1.00      5.3±0.26ms     3.1 MB/sec    1.01      5.4±0.21ms     3.1 MB/sec
linter/all-rules/numpy/globals.py          1.00   640.2±60.34µs     4.6 MB/sec    1.00   641.6±37.48µs     4.6 MB/sec
linter/all-rules/pydantic/types.py         1.01      9.0±0.38ms     2.8 MB/sec    1.00      8.9±0.38ms     2.9 MB/sec
linter/default-rules/large/dataset.py      1.00     10.9±0.41ms     3.7 MB/sec    1.00     10.9±0.41ms     3.7 MB/sec
linter/default-rules/numpy/ctypeslib.py    1.02      2.4±0.14ms     7.0 MB/sec    1.00      2.3±0.09ms     7.2 MB/sec
linter/default-rules/numpy/globals.py      1.00   264.9±12.75µs    11.1 MB/sec    1.02   270.1±20.09µs    10.9 MB/sec
linter/default-rules/pydantic/types.py     1.03      4.9±0.23ms     5.2 MB/sec    1.00      4.8±0.19ms     5.3 MB/sec
parser/large/dataset.py                    1.01      8.7±0.25ms     4.7 MB/sec    1.00      8.6±0.27ms     4.7 MB/sec
parser/numpy/ctypeslib.py                  1.02  1684.7±79.33µs     9.9 MB/sec    1.00  1657.1±72.42µs    10.0 MB/sec
parser/numpy/globals.py                    1.03    172.9±7.49µs    17.1 MB/sec    1.00    168.1±8.79µs    17.6 MB/sec
parser/pydantic/types.py                   1.01      3.7±0.14ms     6.8 MB/sec    1.00      3.7±0.16ms     6.8 MB/sec

renovate bot added a commit to ixm-one/pytest-cmake-presets that referenced this pull request May 2, 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.263` ->
`^0.0.264` |
[![age](https://badges.renovateapi.com/packages/pypi/ruff/0.0.264/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/ruff/0.0.264/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/ruff/0.0.264/compatibility-slim/0.0.263)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/ruff/0.0.264/confidence-slim/0.0.263)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

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

#### What's Changed

##### Rules

- Autofix `EM101`, `EM102`, `EM103` if possible by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#4123
- Add bugbear immutable functions as allowed in dataclasses by
[@&#8203;mosauter](https://togithub.com/mosauter) in
[astral-sh/ruff#4122

##### Settings

- Add support for providing command-line arguments via `argfile` by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4087

##### Bug Fixes

- Make D410/D411 autofixes mutually exclusive by
[@&#8203;evanrittenhouse](https://togithub.com/evanrittenhouse) in
[astral-sh/ruff#4110
- Remove `pyright` comment prefix from PYI033 checks by
[@&#8203;evanrittenhouse](https://togithub.com/evanrittenhouse) in
[astral-sh/ruff#4152
- Fix F811 false positive with match by
[@&#8203;JonathanPlasse](https://togithub.com/JonathanPlasse) in
[astral-sh/ruff#4161
- Fix `E713` and `E714` false positives for multiple comparisons by
[@&#8203;JonathanPlasse](https://togithub.com/JonathanPlasse) in
[astral-sh/ruff#4083
- Fix B023 shadowed variables in nested functions by
[@&#8203;MichaReiser](https://togithub.com/MichaReiser) in
[astral-sh/ruff#4111
- Preserve star-handling special-casing for force-single-line by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4129
- Respect parent-scoping rules for `NamedExpr` assignments by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4145
- Fix UP032 auto-fix by
[@&#8203;JonathanPlasse](https://togithub.com/JonathanPlasse) in
[astral-sh/ruff#4165
- Allow boolean parameters for `pytest.param` by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4176

##### Internal

- Replace row/column based `Location` with byte-offsets. by
[@&#8203;MichaReiser](https://togithub.com/MichaReiser) in
[astral-sh/ruff#3931
- perf(logical-lines): Various small perf improvements by
[@&#8203;MichaReiser](https://togithub.com/MichaReiser) in
[astral-sh/ruff#4022
- Use `memchr` to speedup newline search on x86 by
[@&#8203;MichaReiser](https://togithub.com/MichaReiser) in
[astral-sh/ruff#3985
- Remove `ScopeStack` in favor of child-parent `ScopeId` pointers by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4138

**Full Changelog**:
astral-sh/ruff@v0.0.263...v0.0.264

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4zIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

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 May 3, 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.263` ->
`==0.0.264` |
[![age](https://badges.renovateapi.com/packages/pypi/ruff/0.0.264/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/ruff/0.0.264/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/ruff/0.0.264/compatibility-slim/0.0.263)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/ruff/0.0.264/confidence-slim/0.0.263)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

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

#### What's Changed

##### Rules

- Autofix `EM101`, `EM102`, `EM103` if possible by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#4123
- Add bugbear immutable functions as allowed in dataclasses by
[@&#8203;mosauter](https://togithub.com/mosauter) in
[astral-sh/ruff#4122

##### Settings

- Add support for providing command-line arguments via `argfile` by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4087

##### Bug Fixes

- Make D410/D411 autofixes mutually exclusive by
[@&#8203;evanrittenhouse](https://togithub.com/evanrittenhouse) in
[astral-sh/ruff#4110
- Remove `pyright` comment prefix from PYI033 checks by
[@&#8203;evanrittenhouse](https://togithub.com/evanrittenhouse) in
[astral-sh/ruff#4152
- Fix F811 false positive with match by
[@&#8203;JonathanPlasse](https://togithub.com/JonathanPlasse) in
[astral-sh/ruff#4161
- Fix `E713` and `E714` false positives for multiple comparisons by
[@&#8203;JonathanPlasse](https://togithub.com/JonathanPlasse) in
[astral-sh/ruff#4083
- Fix B023 shadowed variables in nested functions by
[@&#8203;MichaReiser](https://togithub.com/MichaReiser) in
[astral-sh/ruff#4111
- Preserve star-handling special-casing for force-single-line by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4129
- Respect parent-scoping rules for `NamedExpr` assignments by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4145
- Fix UP032 auto-fix by
[@&#8203;JonathanPlasse](https://togithub.com/JonathanPlasse) in
[astral-sh/ruff#4165
- Allow boolean parameters for `pytest.param` by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4176

##### Internal

- Replace row/column based `Location` with byte-offsets. by
[@&#8203;MichaReiser](https://togithub.com/MichaReiser) in
[astral-sh/ruff#3931
- perf(logical-lines): Various small perf improvements by
[@&#8203;MichaReiser](https://togithub.com/MichaReiser) in
[astral-sh/ruff#4022
- Use `memchr` to speedup newline search on x86 by
[@&#8203;MichaReiser](https://togithub.com/MichaReiser) in
[astral-sh/ruff#3985
- Remove `ScopeStack` in favor of child-parent `ScopeId` pointers by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4138

**Full Changelog**:
astral-sh/ruff@v0.0.263...v0.0.264

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzUuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

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 May 3, 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.263` ->
`==0.0.264` |
[![age](https://badges.renovateapi.com/packages/pypi/ruff/0.0.264/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/ruff/0.0.264/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/ruff/0.0.264/compatibility-slim/0.0.263)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/ruff/0.0.264/confidence-slim/0.0.263)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

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

#### What's Changed

##### Rules

- Autofix `EM101`, `EM102`, `EM103` if possible by
[@&#8203;dhruvmanila](https://togithub.com/dhruvmanila) in
[astral-sh/ruff#4123
- Add bugbear immutable functions as allowed in dataclasses by
[@&#8203;mosauter](https://togithub.com/mosauter) in
[astral-sh/ruff#4122

##### Settings

- Add support for providing command-line arguments via `argfile` by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4087

##### Bug Fixes

- Make D410/D411 autofixes mutually exclusive by
[@&#8203;evanrittenhouse](https://togithub.com/evanrittenhouse) in
[astral-sh/ruff#4110
- Remove `pyright` comment prefix from PYI033 checks by
[@&#8203;evanrittenhouse](https://togithub.com/evanrittenhouse) in
[astral-sh/ruff#4152
- Fix F811 false positive with match by
[@&#8203;JonathanPlasse](https://togithub.com/JonathanPlasse) in
[astral-sh/ruff#4161
- Fix `E713` and `E714` false positives for multiple comparisons by
[@&#8203;JonathanPlasse](https://togithub.com/JonathanPlasse) in
[astral-sh/ruff#4083
- Fix B023 shadowed variables in nested functions by
[@&#8203;MichaReiser](https://togithub.com/MichaReiser) in
[astral-sh/ruff#4111
- Preserve star-handling special-casing for force-single-line by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4129
- Respect parent-scoping rules for `NamedExpr` assignments by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4145
- Fix UP032 auto-fix by
[@&#8203;JonathanPlasse](https://togithub.com/JonathanPlasse) in
[astral-sh/ruff#4165
- Allow boolean parameters for `pytest.param` by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4176

##### Internal

- Replace row/column based `Location` with byte-offsets. by
[@&#8203;MichaReiser](https://togithub.com/MichaReiser) in
[astral-sh/ruff#3931
- perf(logical-lines): Various small perf improvements by
[@&#8203;MichaReiser](https://togithub.com/MichaReiser) in
[astral-sh/ruff#4022
- Use `memchr` to speedup newline search on x86 by
[@&#8203;MichaReiser](https://togithub.com/MichaReiser) in
[astral-sh/ruff#3985
- Remove `ScopeStack` in favor of child-parent `ScopeId` pointers by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#4138

**Full Changelog**:
astral-sh/ruff@v0.0.263...v0.0.264

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzUuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

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.

FBT003 and pytest.param
1 participant