Skip to content

Bump version to 0.6.2#13056

Merged
dhruvmanila merged 1 commit intomainfrom
dhruv/bump
Aug 22, 2024
Merged

Bump version to 0.6.2#13056
dhruvmanila merged 1 commit intomainfrom
dhruv/bump

Conversation

@dhruvmanila
Copy link
Copy Markdown
Member

No description provided.

@dhruvmanila dhruvmanila added the release Related to the release process label Aug 22, 2024
@dhruvmanila dhruvmanila merged commit 02c4373 into main Aug 22, 2024
@dhruvmanila dhruvmanila deleted the dhruv/bump branch August 22, 2024 13:29
@github-actions
Copy link
Copy Markdown
Contributor

ruff-ecosystem results

Linter (stable)

ℹ️ ecosystem check detected linter changes. (+39 -39 violations, +0 -0 fixes in 3 projects; 51 projects unchanged)

apache/airflow (+24 -24 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --ignore RUF9 --output-format concise --no-preview --select ALL

+ airflow/models/dag.py:793:24: SIM115 Use a context manager for opening files
- airflow/models/dag.py:793:24: SIM115 Use context handler for opening files
+ airflow/providers/amazon/aws/hooks/s3.py:1451:20: SIM115 Use a context manager for opening files
- airflow/providers/amazon/aws/hooks/s3.py:1451:20: SIM115 Use context handler for opening files
+ airflow/providers/ftp/hooks/ftp.py:183:33: SIM115 Use a context manager for opening files
- airflow/providers/ftp/hooks/ftp.py:183:33: SIM115 Use context handler for opening files
+ airflow/providers/ftp/hooks/ftp.py:216:28: SIM115 Use a context manager for opening files
- airflow/providers/ftp/hooks/ftp.py:216:28: SIM115 Use context handler for opening files
+ airflow/utils/file.py:161:16: SIM115 Use a context manager for opening files
- airflow/utils/file.py:161:16: SIM115 Use context handler for opening files
+ dev/breeze/src/airflow_breeze/utils/console.py:86:16: SIM115 Use a context manager for opening files
- dev/breeze/src/airflow_breeze/utils/console.py:86:16: SIM115 Use context handler for opening files
+ dev/send_email.py:79:32: SIM115 Use a context manager for opening files
- dev/send_email.py:79:32: SIM115 Use context handler for opening files
+ dev/stats/explore_pr_candidates.ipynb:cell 2:1:8: SIM115 Use a context manager for opening files
- dev/stats/explore_pr_candidates.ipynb:cell 2:1:8: SIM115 Use context handler for opening files
+ docs/exts/operators_and_hooks_ref.py:181:25: SIM115 Use a context manager for opening files
- docs/exts/operators_and_hooks_ref.py:181:25: SIM115 Use context handler for opening files
+ scripts/ci/pre_commit/check_deferrable_default.py:66:25: SIM115 Use a context manager for opening files
- scripts/ci/pre_commit/check_deferrable_default.py:66:25: SIM115 Use context handler for opening files
+ scripts/ci/pre_commit/validate_operators_init.py:227:26: SIM115 Use a context manager for opening files
- scripts/ci/pre_commit/validate_operators_init.py:227:26: SIM115 Use context handler for opening files
+ tests/system/providers/amazon/aws/example_local_to_s3.py:40:12: SIM115 Use a context manager for opening files
- tests/system/providers/amazon/aws/example_local_to_s3.py:40:12: SIM115 Use context handler for opening files
+ tests/system/providers/weaviate/example_weaviate_cohere.py:57:26: SIM115 Use a context manager for opening files
- tests/system/providers/weaviate/example_weaviate_cohere.py:57:26: SIM115 Use context handler for opening files
+ tests/system/providers/weaviate/example_weaviate_cohere.py:72:26: SIM115 Use a context manager for opening files
- tests/system/providers/weaviate/example_weaviate_cohere.py:72:26: SIM115 Use context handler for opening files
+ tests/system/providers/weaviate/example_weaviate_dynamic_mapping_dag.py:56:27: SIM115 Use a context manager for opening files
- tests/system/providers/weaviate/example_weaviate_dynamic_mapping_dag.py:56:27: SIM115 Use context handler for opening files
... 18 additional changes omitted for project

apache/superset (+1 -1 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --ignore RUF9 --output-format concise --no-preview --select ALL

+ RELEASING/generate_email.py:51:32: SIM115 Use a context manager for opening files
- RELEASING/generate_email.py:51:32: SIM115 Use context handler for opening files

bokeh/bokeh (+14 -14 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --ignore RUF9 --output-format concise --no-preview --select ALL

+ docs/bokeh/source/conf.py:69:14: SIM115 Use a context manager for opening files
- docs/bokeh/source/conf.py:69:14: SIM115 Use context handler for opening files
+ examples/server/app/spectrogram/main.py:32:17: SIM115 Use a context manager for opening files
- examples/server/app/spectrogram/main.py:32:17: SIM115 Use context handler for opening files
+ release/build.py:157:29: SIM115 Use a context manager for opening files
- release/build.py:157:29: SIM115 Use context handler for opening files
+ release/remote.py:31:16: SIM115 Use a context manager for opening files
- release/remote.py:31:16: SIM115 Use context handler for opening files
+ release/remote.py:33:16: SIM115 Use a context manager for opening files
- release/remote.py:33:16: SIM115 Use context handler for opening files
+ scripts/milestone.py:318:11: SIM115 Use a context manager for opening files
- scripts/milestone.py:318:11: SIM115 Use context handler for opening files
+ scripts/sri.py:38:21: SIM115 Use a context manager for opening files
- scripts/sri.py:38:21: SIM115 Use context handler for opening files
+ src/bokeh/settings.py:801:47: SIM115 Use a context manager for opening files
- src/bokeh/settings.py:801:47: SIM115 Use context handler for opening files
+ src/bokeh/settings.py:820:34: SIM115 Use a context manager for opening files
... 11 additional changes omitted for project

Changes by rule (1 rules affected)

code total + violation - violation + fix - fix
SIM115 78 39 39 0 0

Linter (preview)

ℹ️ ecosystem check detected linter changes. (+68 -39 violations, +0 -0 fixes in 7 projects; 47 projects unchanged)

apache/airflow (+36 -24 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --ignore RUF9 --output-format concise --preview --select ALL

+ airflow/models/dag.py:793:24: SIM115 Use a context manager for opening files
- airflow/models/dag.py:793:24: SIM115 Use context handler for opening files
+ airflow/providers/amazon/aws/hooks/s3.py:1451:20: SIM115 Use a context manager for opening files
- airflow/providers/amazon/aws/hooks/s3.py:1451:20: SIM115 Use context handler for opening files
+ airflow/providers/amazon/aws/hooks/s3.py:1453:20: SIM115 Use a context manager for opening files
+ airflow/providers/amazon/aws/transfers/dynamodb_to_s3.py:247:29: SIM115 Use a context manager for opening files
+ airflow/providers/docker/operators/docker.py:487:19: SIM115 Use a context manager for opening files
+ airflow/providers/ftp/hooks/ftp.py:183:33: SIM115 Use a context manager for opening files
- airflow/providers/ftp/hooks/ftp.py:183:33: SIM115 Use context handler for opening files
+ airflow/providers/ftp/hooks/ftp.py:216:28: SIM115 Use a context manager for opening files
- airflow/providers/ftp/hooks/ftp.py:216:28: SIM115 Use context handler for opening files
+ airflow/providers/google/cloud/hooks/cloud_sql.py:934:22: SIM115 Use a context manager for opening files
+ airflow/providers/google/cloud/transfers/cassandra_to_gcs.py:195:27: SIM115 Use a context manager for opening files
+ airflow/providers/google/cloud/transfers/cassandra_to_gcs.py:212:35: SIM115 Use a context manager for opening files
+ airflow/providers/google/cloud/transfers/cassandra_to_gcs.py:228:34: SIM115 Use a context manager for opening files
+ airflow/providers/google/cloud/transfers/sql_to_gcs.py:354:27: SIM115 Use a context manager for opening files
+ airflow/providers/google/cloud/transfers/sql_to_gcs.py:465:34: SIM115 Use a context manager for opening files
+ airflow/utils/file.py:159:30: SIM115 Use a context manager for opening files
+ airflow/utils/file.py:161:16: SIM115 Use a context manager for opening files
- airflow/utils/file.py:161:16: SIM115 Use context handler for opening files
+ dev/breeze/src/airflow_breeze/utils/console.py:86:16: SIM115 Use a context manager for opening files
- dev/breeze/src/airflow_breeze/utils/console.py:86:16: SIM115 Use context handler for opening files
+ dev/breeze/src/airflow_breeze/utils/kubernetes_utils.py:185:24: SIM115 Use a context manager for opening files
+ dev/breeze/src/airflow_breeze/utils/parallel.py:62:12: SIM115 Use a context manager for opening files
+ dev/send_email.py:79:32: SIM115 Use a context manager for opening files
- dev/send_email.py:79:32: SIM115 Use context handler for opening files
+ dev/stats/explore_pr_candidates.ipynb:cell 2:1:8: SIM115 Use a context manager for opening files
- dev/stats/explore_pr_candidates.ipynb:cell 2:1:8: SIM115 Use context handler for opening files
... 32 additional changes omitted for project

apache/superset (+6 -1 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --ignore RUF9 --output-format concise --preview --select ALL

+ RELEASING/generate_email.py:51:32: SIM115 Use a context manager for opening files
- RELEASING/generate_email.py:51:32: SIM115 Use context handler for opening files
+ superset/commands/dataset/importers/v1/utils.py:198:16: SIM115 Use a context manager for opening files
+ tests/integration_tests/email_tests.py:160:22: SIM115 Use a context manager for opening files
+ tests/integration_tests/email_tests.py:44:22: SIM115 Use a context manager for opening files
+ tests/integration_tests/email_tests.py:64:22: SIM115 Use a context manager for opening files
+ tests/integration_tests/email_tests.py:95:22: SIM115 Use a context manager for opening files

bokeh/bokeh (+17 -14 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --ignore RUF9 --output-format concise --preview --select ALL

+ docs/bokeh/source/conf.py:69:14: SIM115 Use a context manager for opening files
- docs/bokeh/source/conf.py:69:14: SIM115 Use context handler for opening files
+ examples/server/app/spectrogram/main.py:32:17: SIM115 Use a context manager for opening files
- examples/server/app/spectrogram/main.py:32:17: SIM115 Use context handler for opening files
+ release/build.py:157:29: SIM115 Use a context manager for opening files
- release/build.py:157:29: SIM115 Use context handler for opening files
+ release/remote.py:31:16: SIM115 Use a context manager for opening files
- release/remote.py:31:16: SIM115 Use context handler for opening files
+ release/remote.py:33:16: SIM115 Use a context manager for opening files
- release/remote.py:33:16: SIM115 Use context handler for opening files
+ scripts/milestone.py:318:11: SIM115 Use a context manager for opening files
- scripts/milestone.py:318:11: SIM115 Use context handler for opening files
+ scripts/sri.py:38:21: SIM115 Use a context manager for opening files
- scripts/sri.py:38:21: SIM115 Use context handler for opening files
... 17 additional changes omitted for project

python-poetry/poetry (+1 -0 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --ignore RUF9 --output-format concise --preview

+ src/poetry/inspection/lazy_wheel.py:278:41: SIM115 Use a context manager for opening files

reflex-dev/reflex (+1 -0 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --ignore RUF9 --output-format concise --preview

+ reflex/utils/prerequisites.py:678:14: SIM115 Use a context manager for opening files

zulip/zulip (+1 -0 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --ignore RUF9 --output-format concise --preview --select ALL

+ zerver/management/commands/backup.py:124:36: SIM115 Use a context manager for opening files

indico/indico (+6 -0 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --ignore RUF9 --output-format concise --preview

+ indico/modules/events/export.py:149:24: SIM115 Use a context manager for opening files
+ indico/modules/events/export.py:413:24: SIM115 Use a context manager for opening files
+ indico/modules/events/static/offline.py:91:21: SIM115 Use a context manager for opening files
+ indico/modules/events/util.py:369:17: SIM115 Use a context manager for opening files
+ indico/modules/events/util.py:710:21: SIM115 Use a context manager for opening files
+ indico/modules/users/export.py:79:17: SIM115 Use a context manager for opening files

Changes by rule (1 rules affected)

code total + violation - violation + fix - fix
SIM115 107 68 39 0 0

Formatter (stable)

✅ ecosystem check detected no format changes.

Formatter (preview)

✅ ecosystem check detected no format changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Related to the release process

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant