-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Refactor integrations to format with ruff after dropping black #20452
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
Open
AAraKKe
wants to merge
1
commit into
aarake/small-tweaks-for-devx
Choose a base branch
from
aarake/format-all-integrations-with-ruff
base: aarake/small-tweaks-for-devx
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Refactor integrations to format with ruff after dropping black #20452
AAraKKe
wants to merge
1
commit into
aarake/small-tweaks-for-devx
from
aarake/format-all-integrations-with-ruff
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iliakur
reviewed
Jun 5, 2025
zoedt
reviewed
Jun 5, 2025
zoedt
approved these changes
Jun 5, 2025
estherk15
reviewed
Jun 5, 2025
af68987
to
808d1a8
Compare
cb7923e
to
73c496a
Compare
jedupau
approved these changes
Jun 6, 2025
73c496a
to
d9c7f24
Compare
60841c2
to
12ea7d9
Compare
d9c7f24
to
38b8853
Compare
5ce7d14
to
cadf75c
Compare
38b8853
to
962481f
Compare
cadf75c
to
3d8e1da
Compare
962481f
to
a3a8e0d
Compare
estherk15
approved these changes
Jun 6, 2025
/mergegate get |
View all feedbacks in Devflow UI.
Gate status is success for commit 3d8e1da |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
base_package
dev_package
dev/tooling
downloader
integration/aerospike
integration/airflow
integration/apache
integration/arangodb
integration/argo_workflows
integration/aspdotnet
integration/aws_neuron
integration/azure_iot_edge
integration/btrfs
integration/cacti
integration/calico
integration/cassandra_nodetool
integration/ceph
integration/cert_manager
integration/cisco_aci
integration/citrix_hypervisor
integration/cloud_foundry_api
integration/cloudera
integration/cockroachdb
integration/consul
integration/coredns
integration/couchbase
integration/directory
integration/disk
integration/dns_check
integration/dotnetclr
integration/duckdb
integration/ecs_fargate
integration/elastic
integration/envoy
integration/esxi
integration/etcd
integration/fly_io
integration/foundationdb
integration/gearmand
integration/glusterfs
integration/gunicorn
integration/haproxy
integration/http_check
integration/ibm_db2
integration/ibm_i
integration/ibm_mq
integration/ibm_was
integration/iis
integration/impala
integration/infiniband
integration/istio
integration/kafka_consumer
integration/karpenter
integration/keda
integration/kong
integration/kube_apiserver_metrics
integration/kube_controller_manager
integration/kube_dns
integration/kube_metrics_server
integration/kube_proxy
integration/kube_scheduler
integration/kubeflow
integration/kubelet
integration/kubernetes_cluster_autoscaler
integration/kubernetes_state
integration/kyototycoon
integration/linux_proc_extras
integration/mapr
integration/mapreduce
integration/marathon
integration/marklogic
integration/mcache
integration/mesos_master
integration/mesos_slave
integration/mongo
integration/mysql
integration/nagios
integration/network
integration/nfsstat
integration/nginx
integration/nvidia_nim
integration/nvidia_triton
integration/octopus_deploy
integration/openstack_controller
integration/openstack
integration/pgbouncer
integration/postgres
integration/presto
integration/process
integration/proxysql
integration/rabbitmq
integration/ray
integration/redisdb
integration/rethinkdb
integration/riakcs
integration/sap_hana
integration/scylla
integration/silk
integration/singlestore
integration/slurm
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR runs ruff formatter in all integrations following the previous PR #20451.
Motivation
While Ruff is mostly a drop in replacement of Black there are some rules for which ruff can decide to format things different. See their differences with black page here.
Ruff brings faster formatting than Black and more reasonable defaults in many cases but this means that due to the differences in some situations, formatting would be a bit different.
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.backport/<branch-name>
label to the PR and it will automatically open a backport PR once this one is merged