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

Move consider-using-augmented-assign to CodeStyle extension #7628

Merged

Conversation

cdce8p
Copy link
Member

@cdce8p cdce8p commented Oct 16, 2022

Description

Move consider-using-augmented-assign to CodeStyle extension and disable it by default.
Instead of creating a new changelog fragment, I've updated the old one from #7514.

Closes: #7605

@cdce8p cdce8p added the Skip news 🔇 This change does not require a changelog entry label Oct 16, 2022
@cdce8p cdce8p added this to the 2.16.0 milestone Oct 16, 2022
Copy link
Member

@Pierre-Sassoulas Pierre-Sassoulas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you for catching this before we released @cdce8p !

doc/whatsnew/fragments/3391.extension Outdated Show resolved Hide resolved
@Pierre-Sassoulas Pierre-Sassoulas added the Blocker 🙅 Blocks the next release label Oct 16, 2022
@coveralls
Copy link

coveralls commented Oct 16, 2022

Pull Request Test Coverage Report for Build 3259972620

  • 7 of 7 (100.0%) changed or added relevant lines in 1 file are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.005%) to 95.348%

Files with Coverage Reduction New Missed Lines %
pylint/checkers/utils.py 1 95.11%
Totals Coverage Status
Change from base Build 3245605436: -0.005%
Covered Lines: 17135
Relevant Lines: 17971

💛 - Coveralls

@github-actions
Copy link
Contributor

🤖 Effect of this PR on checked open source code: 🤖

Effect on astroid:
The following messages are now emitted:

  1. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/PyCQA/astroid/blob/c15278d7b6ed2ed2847ddbdd679615d707d8fb6a/astroid/manager.py#L260
  2. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/PyCQA/astroid/blob/c15278d7b6ed2ed2847ddbdd679615d707d8fb6a/astroid/objects.py#L293
  3. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/PyCQA/astroid/blob/c15278d7b6ed2ed2847ddbdd679615d707d8fb6a/astroid/nodes/scoped_nodes/scoped_nodes.py#L558
  4. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/PyCQA/astroid/blob/c15278d7b6ed2ed2847ddbdd679615d707d8fb6a/astroid/nodes/scoped_nodes/scoped_nodes.py#L567

The following messages are no longer emitted:

  1. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/PyCQA/astroid/blob/c15278d7b6ed2ed2847ddbdd679615d707d8fb6a/astroid/objects.py#L293
  2. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/PyCQA/astroid/blob/c15278d7b6ed2ed2847ddbdd679615d707d8fb6a/astroid/manager.py#L260
  3. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/PyCQA/astroid/blob/c15278d7b6ed2ed2847ddbdd679615d707d8fb6a/astroid/nodes/scoped_nodes/scoped_nodes.py#L558
  4. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/PyCQA/astroid/blob/c15278d7b6ed2ed2847ddbdd679615d707d8fb6a/astroid/nodes/scoped_nodes/scoped_nodes.py#L567

Effect on black:
The following messages are now emitted:

  1. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/psf/black/blob/f16333e78ba77ab29ab0b75e10891e6c65c6da7e/src/black/__init__.py#L1031
  2. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/psf/black/blob/f16333e78ba77ab29ab0b75e10891e6c65c6da7e/src/blib2to3/pgen2/pgen.py#L372
  3. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/psf/black/blob/f16333e78ba77ab29ab0b75e10891e6c65c6da7e/src/blib2to3/pgen2/tokenize.py#L481
  4. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/psf/black/blob/f16333e78ba77ab29ab0b75e10891e6c65c6da7e/src/blib2to3/pgen2/tokenize.py#L482
  5. consider-using-augmented-assign:
    Use '=' to do an augmented assign directly*
    https://github.com/psf/black/blob/f16333e78ba77ab29ab0b75e10891e6c65c6da7e/src/blib2to3/pgen2/literals.py#L51

The following messages are no longer emitted:

  1. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/psf/black/blob/f16333e78ba77ab29ab0b75e10891e6c65c6da7e/src/black/__init__.py#L1031
  2. consider-using-augmented-assign:
    Use '=' to do an augmented assign directly*
    https://github.com/psf/black/blob/f16333e78ba77ab29ab0b75e10891e6c65c6da7e/src/blib2to3/pgen2/literals.py#L51
  3. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/psf/black/blob/f16333e78ba77ab29ab0b75e10891e6c65c6da7e/src/blib2to3/pgen2/pgen.py#L372
  4. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/psf/black/blob/f16333e78ba77ab29ab0b75e10891e6c65c6da7e/src/blib2to3/pgen2/tokenize.py#L481
  5. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/psf/black/blob/f16333e78ba77ab29ab0b75e10891e6c65c6da7e/src/blib2to3/pgen2/tokenize.py#L482

Effect on django:
The following messages are now emitted:

  1. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/test/utils.py#L596
  2. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/templatetags/i18n.py#L190
  3. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/urls/base.py#L73
  4. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/models/options.py#L249
  5. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/models/query.py#L1593
  6. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/models/query.py#L2057
  7. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/models/sql/compiler.py#L2052
  8. consider-using-augmented-assign:
    Use '^=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/models/sql/query.py#L1534
  9. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/models/sql/query.py#L2053
  10. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/models/fields/json.py#L458
  11. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/models/fields/json.py#L460
  12. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/models/fields/related.py#L358
  13. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/backends/base/schema.py#L1000
  14. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/backends/oracle/introspection.py#L169
  15. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/backends/oracle/base.py#L531
  16. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/forms/forms.py#L495
  17. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/forms/widgets.py#L210
  18. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/forms/widgets.py#L948
  19. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/forms/models.py#L319
  20. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/contrib/admin/options.py#L1843
  21. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/contrib/admin/helpers.py#L98
  22. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/contrib/admin/helpers.py#L459
  23. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/utils/timezone.py#L337
  24. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/utils/duration.py#L10
  25. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/utils/duration.py#L13
  26. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/utils/numberformat.py#L84
  27. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/utils/datetime_safe.py#L98
  28. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/utils/datetime_safe.py#L101
  29. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/utils/translation/__init__.py#L152
  30. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/core/management/commands/compilemessages.py#L78
  31. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/middleware/security.py#L41
  32. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/middleware/security.py#L43

The following messages are no longer emitted:

  1. invalid-name:
    Attribute name "ALLOWED_HOSTS" doesn't conform to '[a-z_][a-z0-9_]{2,}$' pattern
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/test/utils.py#L138
  2. invalid-name:
    Attribute name "DEBUG" doesn't conform to '[a-z_][a-z0-9_]{2,}$' pattern
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/test/utils.py#L141
  3. invalid-name:
    Attribute name "EMAIL_BACKEND" doesn't conform to '[a-z_][a-z0-9_]{2,}$' pattern
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/test/utils.py#L144
  4. invalid-name:
    Attribute name "MIGRATION_MODULES" doesn't conform to '[a-z_][a-z0-9_]{2,}$' pattern
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/backends/base/creation.py#L72
  5. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/middleware/security.py#L41
  6. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/middleware/security.py#L43
  7. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/templatetags/i18n.py#L190
  8. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/test/utils.py#L596
  9. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/core/management/commands/compilemessages.py#L78
  10. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/urls/base.py#L73
  11. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/forms/models.py#L319
  12. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/forms/forms.py#L495
  13. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/forms/widgets.py#L210
  14. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/forms/widgets.py#L948
  15. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/contrib/admin/options.py#L1843
  16. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/contrib/admin/helpers.py#L98
  17. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/contrib/admin/helpers.py#L459
  18. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/backends/oracle/base.py#L531
  19. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/backends/oracle/introspection.py#L169
  20. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/backends/base/schema.py#L1000
  21. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/models/options.py#L249
  22. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/models/query.py#L1593
  23. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/models/query.py#L2057
  24. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/models/fields/related.py#L358
  25. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/models/fields/json.py#L458
  26. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/models/fields/json.py#L460
  27. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/models/sql/compiler.py#L2052
  28. consider-using-augmented-assign:
    Use '^=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/models/sql/query.py#L1534
  29. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/db/models/sql/query.py#L2053
  30. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/utils/numberformat.py#L84
  31. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/utils/datetime_safe.py#L98
  32. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/utils/datetime_safe.py#L101
  33. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/utils/timezone.py#L337
  34. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/utils/duration.py#L10
  35. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/utils/duration.py#L13
  36. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/django/django/blob/7c884afe5acc00d1df83390848227f42918ec0d4/django/utils/translation/__init__.py#L152

Effect on pandas:
The following messages are now emitted:

  1. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/util/_exceptions.py#L24
  2. redefined-variable-type:
    Redefinition of expected type from pandas.core.arrays.numpy_.PandasArray to pandas.core.indexes.base.Index
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/_testing/__init__.py#L300
  3. consider-using-augmented-assign:
    Use '=' to do an augmented assign directly*
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/_testing/__init__.py#L382
  4. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/io/pytables.py#L2648
  5. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/io/pytables.py#L4152
  6. consider-using-augmented-assign:
    Use '&=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/io/pytables.py#L4380
  7. consider-using-augmented-assign:
    Use '|=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/io/parsers/readers.py#L1937
  8. consider-using-augmented-assign:
    Use '=' to do an augmented assign directly*
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/io/formats/format.py#L1722
  9. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/series/test_arithmetic.py#L780
  10. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/series/indexing/test_setitem.py#L926
  11. consider-using-augmented-assign:
    Use '=' to do an augmented assign directly*
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/groupby/transform/test_transform.py#L928
  12. consider-using-augmented-assign:
    Use '=' to do an augmented assign directly*
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/groupby/transform/test_transform.py#L929
  13. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/groupby/aggregate/test_other.py#L523
  14. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/frame/test_constructors.py#L3199
  15. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/frame/methods/test_reindex.py#L1187
  16. redefined-variable-type:
    Redefinition of expected type from .ndarray to pandas.core.arrays.period.PeriodArray
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arrays/string_/test_string.py#L215
  17. redefined-variable-type:
    Redefinition of expected type from .ndarray to pandas.core.arrays.period.PeriodArray
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arrays/string_/test_string.py#L256
  18. redefined-variable-type:
    Redefinition of expected type from pandas.core.arrays.period.PeriodArray to pandas.core.series.Series
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arrays/floating/test_function.py#L21
  19. redefined-variable-type:
    Redefinition of expected type from pandas.core.arrays.period.PeriodArray to pandas.core.series.Series
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arrays/floating/test_function.py#L36
  20. redefined-variable-type:
    Redefinition of expected type from pandas.core.arrays.period.PeriodArray to pandas.core.arrays.floating.FloatingArray
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arrays/floating/test_arithmetic.py#L68
  21. redefined-variable-type:
    Redefinition of res type from pandas.core.arrays.period.PeriodArray to pandas.core.arrays.floating.FloatingArray
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arrays/floating/test_construction.py#L142
  22. redefined-variable-type:
    Redefinition of expected type from pandas.core.arrays.period.PeriodArray to pandas.core.series.Series
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arrays/integer/test_function.py#L20
  23. redefined-variable-type:
    Redefinition of expected type from pandas.core.arrays.period.PeriodArray to pandas.core.arrays.floating.FloatingArray
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arrays/integer/test_arithmetic.py#L117
  24. redefined-variable-type:
    Redefinition of other type from pandas.core.arrays.period.PeriodArray to .ndarray
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arrays/boolean/test_comparison.py#L32
  25. redefined-variable-type:
    Redefinition of expected type from pandas.core.arrays.period.PeriodArray to pandas.core.series.Series
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arrays/boolean/test_function.py#L21
  26. redefined-variable-type:
    Redefinition of expected type from pandas.core.arrays.period.PeriodArray to pandas.core.series.Series
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arrays/boolean/test_function.py#L64
  27. redefined-variable-type:
    Redefinition of expected type from pandas.core.arrays.period.PeriodArray to pandas.core.series.Series
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arrays/boolean/test_function.py#L125
  28. redefined-variable-type:
    Redefinition of expected type from pandas.core.arrays.period.PeriodArray to pandas.core.series.Series
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arrays/boolean/test_ops.py#L11
  29. consider-using-augmented-assign:
    Use '=' to do an augmented assign directly*
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/indexes/ranges/test_range.py#L148
  30. consider-using-augmented-assign:
    Use '=' to do an augmented assign directly*
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/indexes/ranges/test_range.py#L150
  31. redefined-variable-type:
    Redefinition of result type from pandas.core.indexes.datetimes.DatetimeIndex to pandas.core.indexes.multi.MultiIndex
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/indexes/multi/test_reshape.py#L126
  32. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/extension/test_external_block.py#L31
  33. consider-using-augmented-assign:
    Use '=' to do an augmented assign directly*
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/io/formats/test_format.py#L1535
  34. redefined-variable-type:
    Redefinition of expected type from list to pandas.core.arrays.period.PeriodArray
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arithmetic/test_datetime64.py#L239
  35. consider-using-augmented-assign:
    Use '/=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arithmetic/test_timedelta64.py#L1606
  36. consider-using-augmented-assign:
    Use '/=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arithmetic/test_timedelta64.py#L1646
  37. consider-using-augmented-assign:
    Use '/=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arithmetic/test_timedelta64.py#L1674
  38. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/window/test_expanding.py#L272
  39. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/window/test_rolling.py#L1473
  40. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/tseries/offsets/test_offsets.py#L1065
  41. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/tseries/offsets/test_month.py#L616
  42. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/tseries/offsets/test_fiscal.py#L179
  43. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/tseries/offsets/test_fiscal.py#L337
  44. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/tseries/offsets/test_fiscal.py#L423
  45. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/tseries/offsets/test_fiscal.py#L428
  46. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/tseries/offsets/test_fiscal.py#L629
  47. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/indexing/multiindex/test_setitem.py#L225
  48. consider-using-augmented-assign:
    Use '/=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/sample.py#L147
  49. redefined-variable-type:
    Redefinition of indexer type from pandas.core.indexes.numeric.Int64Index to pandas.core.indexes.datetimes.DatetimeIndex
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/algorithms.py#L1428
  50. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/resample.py#L510
  51. redefined-variable-type:
    Redefinition of index type from pandas.core.indexes.base.Index to pandas.core.indexes.range.RangeIndex
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/series.py#L468
  52. invalid-name:
    Attribute name "y" doesn't conform to '[a-z_][a-z0-9_]{2,}$' pattern
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/reshape/test_pivot.py#L1772
  53. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/frame.py#L10628
  54. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/frame.py#L10629
  55. consider-using-augmented-assign:
    Use '&=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/groupby/groupby.py#L3133
  56. consider-using-augmented-assign:
    Use '&=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/groupby/groupby.py#L4137
  57. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/groupby/groupby.py#L4198
  58. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/reshape/merge.py#L1731
  59. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/reshape/merge.py#L1732
  60. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/reshape/merge.py#L1733
  61. redefined-variable-type:
    Redefinition of columns type from pandas.core.indexes.base.Index to pandas.core.indexes.range.RangeIndex
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/internals/construction.py#L851
  62. redefined-variable-type:
    Redefinition of other type from pandas.core.arrays.period.PeriodArray to pandas.core.arrays.interval.IntervalArray
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/arrays/interval.py#L736
  63. consider-using-augmented-assign:
    Use '|=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/arrays/masked.py#L601
  64. consider-using-augmented-assign:
    Use '^=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/arrays/masked.py#L831
  65. consider-using-augmented-assign:
    Use '|=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/arrays/boolean.py#L218
  66. consider-using-augmented-assign:
    Use '|=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/arrays/boolean.py#L225
  67. consider-using-augmented-assign:
    Use '=' to do an augmented assign directly*
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/arrays/period.py#L1103
  68. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/arrays/string_arrow.py#L393
  69. redefined-variable-type:
    Redefinition of new_target type from pandas.core.indexes.base.Index to pandas.core.indexes.category.CategoricalIndex
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/indexes/category.py#L443
  70. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/tools/datetimes.py#L609
  71. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/tools/datetimes.py#L654
  72. consider-using-augmented-assign:
    Use '/=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/window/numba_.py#L158
  73. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/plotting/_matplotlib/core.py#L1707

The following messages are no longer emitted:

  1. redefined-variable-type:
    Redefinition of result type from pandas.core.indexes.base.Index to pandas.core.indexes.multi.MultiIndex
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/indexes/multi/test_reshape.py#L126
  2. no-member:
    Instance of 'Index' has no 'day_name' member
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/indexes/datetimes/test_misc.py#L249
  3. no-member:
    Instance of 'Index' has no 'month_name' member
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/indexes/datetimes/test_misc.py#L274
  4. redefined-variable-type:
    Redefinition of dti type from pandas.core.indexes.datetimes.DatetimeIndex to pandas.core.indexes.base.Index
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/indexes/datetimes/test_misc.py#L248
  5. consider-using-augmented-assign:
    Use '=' to do an augmented assign directly*
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/indexes/ranges/test_range.py#L148
  6. consider-using-augmented-assign:
    Use '=' to do an augmented assign directly*
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/indexes/ranges/test_range.py#L150
  7. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/frame/test_constructors.py#L3199
  8. redefined-variable-type:
    Redefinition of idx1 type from pandas.core.indexes.period.PeriodIndex to pandas.core.indexes.base.Index
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/frame/methods/test_set_index.py#L497
  9. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/frame/methods/test_reindex.py#L1187
  10. consider-using-augmented-assign:
    Use '=' to do an augmented assign directly*
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/io/formats/test_format.py#L1535
  11. consider-using-augmented-assign:
    Use '/=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arithmetic/test_timedelta64.py#L1606
  12. consider-using-augmented-assign:
    Use '/=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arithmetic/test_timedelta64.py#L1646
  13. consider-using-augmented-assign:
    Use '/=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arithmetic/test_timedelta64.py#L1674
  14. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/extension/test_external_block.py#L31
  15. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/groupby/aggregate/test_other.py#L523
  16. consider-using-augmented-assign:
    Use '=' to do an augmented assign directly*
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/groupby/transform/test_transform.py#L928
  17. consider-using-augmented-assign:
    Use '=' to do an augmented assign directly*
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/groupby/transform/test_transform.py#L929
  18. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/indexing/multiindex/test_setitem.py#L225
  19. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/series/test_arithmetic.py#L780
  20. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/series/indexing/test_setitem.py#L926
  21. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/window/test_rolling.py#L1473
  22. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/window/test_expanding.py#L272
  23. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/tseries/offsets/test_offsets.py#L1065
  24. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/tseries/offsets/test_month.py#L616
  25. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/tseries/offsets/test_fiscal.py#L179
  26. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/tseries/offsets/test_fiscal.py#L337
  27. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/tseries/offsets/test_fiscal.py#L423
  28. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/tseries/offsets/test_fiscal.py#L428
  29. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/tseries/offsets/test_fiscal.py#L629
  30. invalid-unary-operand-type:
    bad operand type for unary -: IntervalArray
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arrays/floating/test_arithmetic.py#L213
  31. invalid-unary-operand-type:
    bad operand type for unary +: IntervalArray
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arrays/floating/test_arithmetic.py#L213
  32. invalid-unary-operand-type:
    bad operand type for unary -: IntervalArray
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arrays/integer/test_arithmetic.py#L324
  33. invalid-unary-operand-type:
    bad operand type for unary +: IntervalArray
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arrays/integer/test_arithmetic.py#L324
  34. redefined-variable-type:
    Redefinition of expected type from pandas.core.series.Series to pandas.core.arrays.period.PeriodArray
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arrays/boolean/test_function.py#L28
  35. invalid-unary-operand-type:
    bad operand type for unary ~: IntervalArray
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arrays/boolean/test_ops.py#L9
  36. redefined-variable-type:
    Redefinition of expected type from pandas.core.series.Series to pandas.core.frame.DataFrame
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arrays/boolean/test_ops.py#L17
  37. redefined-variable-type:
    Redefinition of other type from .ndarray to pandas.core.series.Series
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/arrays/boolean/test_comparison.py#L34
  38. redefined-variable-type:
    Redefinition of expected type from pandas.core.arrays.period.PeriodArray to pandas.core.indexes.base.Index
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/_testing/__init__.py#L300
  39. consider-using-augmented-assign:
    Use '=' to do an augmented assign directly*
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/_testing/__init__.py#L382
  40. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/io/pytables.py#L2648
  41. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/io/pytables.py#L4152
  42. consider-using-augmented-assign:
    Use '&=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/io/pytables.py#L4380
  43. consider-using-augmented-assign:
    Use '|=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/io/parsers/readers.py#L1937
  44. consider-using-augmented-assign:
    Use '=' to do an augmented assign directly*
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/io/formats/format.py#L1722
  45. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/plotting/_matplotlib/core.py#L1707
  46. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/util/_exceptions.py#L24
  47. invalid-name:
    Attribute name "y" doesn't conform to '[a-z_][a-z0-9_]{2,}$' pattern
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/tests/generic/test_frame.py#L136
  48. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/frame.py#L10628
  49. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/frame.py#L10629
  50. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/resample.py#L510
  51. consider-using-augmented-assign:
    Use '/=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/sample.py#L147
  52. redefined-variable-type:
    Redefinition of indexer type from pandas.core.indexes.numeric.Int64Index to pandas.core.indexes.base.Index
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/algorithms.py#L1414
  53. redefined-variable-type:
    Redefinition of new_target type from pandas.core.indexes.category.CategoricalIndex to pandas.core.indexes.base.Index
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/indexes/category.py#L456
  54. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/tools/datetimes.py#L609
  55. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/tools/datetimes.py#L654
  56. consider-using-augmented-assign:
    Use '&=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/groupby/groupby.py#L3133
  57. consider-using-augmented-assign:
    Use '&=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/groupby/groupby.py#L4137
  58. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/groupby/groupby.py#L4198
  59. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/reshape/merge.py#L1731
  60. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/reshape/merge.py#L1732
  61. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/reshape/merge.py#L1733
  62. consider-using-augmented-assign:
    Use '/=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/window/numba_.py#L158
  63. redefined-variable-type:
    Redefinition of columns type from pandas.core.indexes.range.RangeIndex to pandas.core.indexes.base.Index
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/internals/construction.py#L861
  64. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/arrays/string_arrow.py#L393
  65. consider-using-augmented-assign:
    Use '|=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/arrays/masked.py#L601
  66. consider-using-augmented-assign:
    Use '^=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/arrays/masked.py#L831
  67. consider-using-augmented-assign:
    Use '=' to do an augmented assign directly*
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/arrays/period.py#L1103
  68. consider-using-augmented-assign:
    Use '|=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/arrays/boolean.py#L218
  69. consider-using-augmented-assign:
    Use '|=' to do an augmented assign directly
    https://github.com/pandas-dev/pandas/blob/c671f6ca3dba3f4e6f3077c00c1ff773d1ef7f45/pandas/core/arrays/boolean.py#L225

Effect on pygame:
The following messages are now emitted:

  1. consider-using-augmented-assign:
    Use '/=' to do an augmented assign directly
    https://github.com/pygame/pygame/blob/09a9b764f67a9e178ca4872f24e656614a3a5abb/src_py/draw_py.py#L231
  2. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pygame/pygame/blob/09a9b764f67a9e178ca4872f24e656614a3a5abb/src_py/midi.py#L605
  3. consider-using-augmented-assign:
    Use '<<=' to do an augmented assign directly
    https://github.com/pygame/pygame/blob/09a9b764f67a9e178ca4872f24e656614a3a5abb/src_py/cursors.py#L754
  4. consider-using-augmented-assign:
    Use '<<=' to do an augmented assign directly
    https://github.com/pygame/pygame/blob/09a9b764f67a9e178ca4872f24e656614a3a5abb/src_py/cursors.py#L755
  5. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/pygame/pygame/blob/09a9b764f67a9e178ca4872f24e656614a3a5abb/src_py/cursors.py#L756
  6. consider-using-augmented-assign:
    Use '|=' to do an augmented assign directly
    https://github.com/pygame/pygame/blob/09a9b764f67a9e178ca4872f24e656614a3a5abb/src_py/cursors.py#L758
  7. consider-using-augmented-assign:
    Use '|=' to do an augmented assign directly
    https://github.com/pygame/pygame/blob/09a9b764f67a9e178ca4872f24e656614a3a5abb/src_py/cursors.py#L759
  8. consider-using-augmented-assign:
    Use '|=' to do an augmented assign directly
    https://github.com/pygame/pygame/blob/09a9b764f67a9e178ca4872f24e656614a3a5abb/src_py/cursors.py#L761
  9. consider-using-augmented-assign:
    Use '|=' to do an augmented assign directly
    https://github.com/pygame/pygame/blob/09a9b764f67a9e178ca4872f24e656614a3a5abb/src_py/cursors.py#L763

The following messages are no longer emitted:

  1. consider-using-augmented-assign:
    Use '<<=' to do an augmented assign directly
    https://github.com/pygame/pygame/blob/09a9b764f67a9e178ca4872f24e656614a3a5abb/src_py/cursors.py#L754
  2. consider-using-augmented-assign:
    Use '<<=' to do an augmented assign directly
    https://github.com/pygame/pygame/blob/09a9b764f67a9e178ca4872f24e656614a3a5abb/src_py/cursors.py#L755
  3. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/pygame/pygame/blob/09a9b764f67a9e178ca4872f24e656614a3a5abb/src_py/cursors.py#L756
  4. consider-using-augmented-assign:
    Use '|=' to do an augmented assign directly
    https://github.com/pygame/pygame/blob/09a9b764f67a9e178ca4872f24e656614a3a5abb/src_py/cursors.py#L758
  5. consider-using-augmented-assign:
    Use '|=' to do an augmented assign directly
    https://github.com/pygame/pygame/blob/09a9b764f67a9e178ca4872f24e656614a3a5abb/src_py/cursors.py#L759
  6. consider-using-augmented-assign:
    Use '|=' to do an augmented assign directly
    https://github.com/pygame/pygame/blob/09a9b764f67a9e178ca4872f24e656614a3a5abb/src_py/cursors.py#L761
  7. consider-using-augmented-assign:
    Use '|=' to do an augmented assign directly
    https://github.com/pygame/pygame/blob/09a9b764f67a9e178ca4872f24e656614a3a5abb/src_py/cursors.py#L763
  8. consider-using-augmented-assign:
    Use '/=' to do an augmented assign directly
    https://github.com/pygame/pygame/blob/09a9b764f67a9e178ca4872f24e656614a3a5abb/src_py/draw_py.py#L231
  9. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/pygame/pygame/blob/09a9b764f67a9e178ca4872f24e656614a3a5abb/src_py/midi.py#L605

Effect on pytest:
The following messages are now emitted:

  1. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/pytest-dev/pytest/blob/15ac0349b2c7d8dc48fe2e25a1b4fa47c9fda25c/src/_pytest/assertion/util.py#L377

The following messages are no longer emitted:

  1. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/pytest-dev/pytest/blob/15ac0349b2c7d8dc48fe2e25a1b4fa47c9fda25c/src/_pytest/assertion/util.py#L377

Effect on sentry:
The following messages are now emitted:

  1. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/models/debugfile.py#L592
  2. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/runner/commands/devservices.py#L106
  3. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/runner/commands/devserver.py#L212
  4. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/deletions/base.py#L209
  5. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/processing/realtime_metrics/redis.py#L171
  6. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/processing/realtime_metrics/redis.py#L205
  7. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/api/paginator.py#L403
  8. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/api/event_search.py#L203
  9. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/api/event_search.py#L229
  10. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/api/base.py#L136
  11. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/api/bases/organization_events.py#L208
  12. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/api/endpoints/organization_events_facets_performance.py#L319
  13. redefined-variable-type:
    Redefinition of orgs type from list to dict
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/api/endpoints/relay/project_configs.py#L242
  14. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/filestore/gcs.py#L90
  15. consider-using-augmented-assign:
    Use '/=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/templatetags/sentry_helpers.py#L213
  16. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/templatetags/sentry_helpers.py#L217
  17. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/templatetags/sentry_helpers.py#L220
  18. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/pipeline/base.py#L205
  19. consider-using-augmented-assign:
    Use '=' to do an augmented assign directly*
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/utils/numbers.py#L42
  20. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/utils/snuba.py#L428
  21. consider-using-augmented-assign:
    Use '|=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/auth/helper.py#L243
  22. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/snuba/discover.py#L118
  23. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/snuba/query_subscription_consumer.py#L178
  24. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/release_health/metrics.py#L909
  25. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/release_health/metrics.py#L982

The following messages are no longer emitted:

  1. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/filestore/gcs.py#L90
  2. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/release_health/metrics.py#L909
  3. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/release_health/metrics.py#L982
  4. consider-using-augmented-assign:
    Use '|=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/auth/helper.py#L243
  5. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/models/debugfile.py#L592
  6. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/pipeline/base.py#L205
  7. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/deletions/base.py#L209
  8. consider-using-augmented-assign:
    Use '/=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/templatetags/sentry_helpers.py#L213
  9. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/templatetags/sentry_helpers.py#L217
  10. consider-using-augmented-assign:
    Use '%=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/templatetags/sentry_helpers.py#L220
  11. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/snuba/discover.py#L118
  12. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/snuba/query_subscription_consumer.py#L178
  13. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/runner/commands/devservices.py#L106
  14. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/runner/commands/devserver.py#L212
  15. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/api/base.py#L136
  16. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/api/event_search.py#L203
  17. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/api/event_search.py#L229
  18. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/api/paginator.py#L403
  19. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/api/endpoints/organization_events_facets_performance.py#L319
  20. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/api/bases/organization_events.py#L208
  21. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/processing/realtime_metrics/redis.py#L171
  22. consider-using-augmented-assign:
    Use '-=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/processing/realtime_metrics/redis.py#L205
  23. consider-using-augmented-assign:
    Use '+=' to do an augmented assign directly
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/utils/snuba.py#L428
  24. consider-using-augmented-assign:
    Use '=' to do an augmented assign directly*
    https://github.com/getsentry/sentry/blob/af2b4f91b6895b2a09682dabf2d5ff5b40bb4062/src/sentry/utils/numbers.py#L42

This comment was generated for commit 2e8f646

@Pierre-Sassoulas Pierre-Sassoulas merged commit 5d7e8f4 into pylint-dev:main Oct 16, 2022
@cdce8p cdce8p deleted the move-augmented-assign-checker branch October 16, 2022 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocker 🙅 Blocks the next release Skip news 🔇 This change does not require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make consider-using-augmented-assign an extension
3 participants