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

Ignore @overrides and @overloads for too-many-positional #9000

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

charliermarsh
Copy link
Member

Same as too-many-arguments.

@charliermarsh charliermarsh marked this pull request as ready for review December 4, 2023 23:32
@charliermarsh charliermarsh added the bug Something isn't working label Dec 4, 2023
@charliermarsh charliermarsh enabled auto-merge (squash) December 4, 2023 23:33
@charliermarsh charliermarsh merged commit b7ffd73 into main Dec 4, 2023
16 checks passed
@charliermarsh charliermarsh deleted the charlie/override branch December 4, 2023 23:38
Copy link
Contributor

github-actions bot commented Dec 4, 2023

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

ℹ️ ecosystem check detected linter changes. (+0 -59 violations, +0 -0 fixes in 41 projects)

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

ruff check --no-cache --exit-zero --preview --select ALL

- airflow/decorators/task_group.py:179:5: PLR0917 Too many positional arguments: (9/5)
- airflow/models/xcom.py:170:9: PLR0917 Too many positional arguments: (7/5)
- airflow/models/xcom.py:357:9: PLR0917 Too many positional arguments: (6/5)
- airflow/models/xcom.py:467:9: PLR0917 Too many positional arguments: (8/5)
- airflow/providers/common/sql/hooks/sql.py:288:9: PLR0917 Too many positional arguments: (7/5)
- airflow/providers/common/sql/hooks/sql.py:300:9: PLR0917 Too many positional arguments: (7/5)
- airflow/providers/databricks/hooks/databricks_sql.py:149:9: PLR0917 Too many positional arguments: (7/5)
- airflow/providers/databricks/hooks/databricks_sql.py:161:9: PLR0917 Too many positional arguments: (7/5)
- airflow/providers/exasol/hooks/exasol.py:166:9: PLR0917 Too many positional arguments: (7/5)
- airflow/providers/exasol/hooks/exasol.py:178:9: PLR0917 Too many positional arguments: (7/5)
- airflow/providers/mongo/hooks/mongo.py:146:9: PLR0917 Too many positional arguments: (6/5)
- airflow/providers/mongo/hooks/mongo.py:158:9: PLR0917 Too many positional arguments: (6/5)
- airflow/providers/snowflake/hooks/snowflake.py:304:9: PLR0917 Too many positional arguments: (8/5)
... 3 additional changes omitted for project

aws/aws-sam-cli (+0 -3 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --preview

- samcli/cli/global_config.py:150:9: PLR0917 Too many positional arguments: (6/5)
- samcli/cli/global_config.py:162:9: PLR0917 Too many positional arguments: (6/5)
- samcli/cli/global_config.py:174:9: PLR0917 Too many positional arguments: (6/5)

ibis-project/ibis (+0 -1 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --preview

- ibis/expr/api.py:636:5: PLR0917 Too many positional arguments: (7/5)

pandas-dev/pandas (+0 -26 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --preview

- pandas/core/frame.py:11921:9: PLR0917 Too many positional arguments: (6/5)
- pandas/core/frame.py:11932:9: PLR0917 Too many positional arguments: (6/5)
- pandas/core/frame.py:11943:9: PLR0917 Too many positional arguments: (6/5)
- pandas/core/frame.py:1211:9: PLR0917 Too many positional arguments: (20/5)
- pandas/core/frame.py:1236:9: PLR0917 Too many positional arguments: (20/5)
- pandas/core/frame.py:2944:9: PLR0917 Too many positional arguments: (7/5)
- pandas/core/frame.py:2957:9: PLR0917 Too many positional arguments: (7/5)
- pandas/core/frame.py:3171:9: PLR0917 Too many positional arguments: (24/5)
- pandas/core/frame.py:3200:9: PLR0917 Too many positional arguments: (24/5)
- pandas/core/generic.py:3332:9: PLR0917 Too many positional arguments: (22/5)
- pandas/core/generic.py:3359:9: PLR0917 Too many positional arguments: (22/5)
- pandas/core/generic.py:3751:9: PLR0917 Too many positional arguments: (22/5)
- pandas/core/generic.py:3778:9: PLR0917 Too many positional arguments: (22/5)
- pandas/core/series.py:1755:9: PLR0917 Too many positional arguments: (11/5)
- pandas/core/series.py:1771:9: PLR0917 Too many positional arguments: (11/5)
- pandas/core/tools/datetimes.py:624:5: PLR0917 Too many positional arguments: (11/5)
- pandas/core/tools/datetimes.py:641:5: PLR0917 Too many positional arguments: (11/5)
- pandas/core/tools/datetimes.py:658:5: PLR0917 Too many positional arguments: (11/5)
- pandas/io/json/_json.py:100:5: PLR0917 Too many positional arguments: (14/5)
- pandas/io/json/_json.py:120:5: PLR0917 Too many positional arguments: (14/5)
- pandas/io/sql.py:265:5: PLR0917 Too many positional arguments: (9/5)
- pandas/io/sql.py:280:5: PLR0917 Too many positional arguments: (9/5)
... 4 additional changes omitted for project

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

ruff check --no-cache --exit-zero --preview

- rotkehlchen/accounting/cost_basis/base.py:627:9: PLR0917 Too many positional arguments: (7/5)
- rotkehlchen/accounting/cost_basis/base.py:639:9: PLR0917 Too many positional arguments: (7/5)
- rotkehlchen/accounting/cost_basis/base.py:651:9: PLR0917 Too many positional arguments: (7/5)
- rotkehlchen/db/history_events.py:443:9: PLR0917 Too many positional arguments: (6/5)
- rotkehlchen/db/history_events.py:454:9: PLR0917 Too many positional arguments: (6/5)
- rotkehlchen/db/history_events.py:465:9: PLR0917 Too many positional arguments: (6/5)

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

ruff check --no-cache --exit-zero --preview --select ALL

- zerver/forms.py:355:9: PLR0917 Too many positional arguments: (10/5)
- zerver/lib/test_runner.py:359:9: PLR0917 Too many positional arguments: (6/5)
- zerver/lib/upload/local.py:87:9: PLR0917 Too many positional arguments: (7/5)
- zerver/lib/upload/s3.py:220:9: PLR0917 Too many positional arguments: (7/5)
- zerver/tests/test_auth_backends.py:3467:9: PLR0917 Too many positional arguments: (10/5)
- zerver/tests/test_auth_backends.py:3918:9: PLR0917 Too many positional arguments: (6/5)
- zerver/tornado/django_api.py:36:9: PLR0917 Too many positional arguments: (7/5)

Changes by rule (1 rules affected)

code total + violation - violation + fix - fix
PLR0917 59 0 59 0 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant