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

[primer] Fall back to no rcfile rather than pylint's #7798

Merged

Conversation

jacobtylerwalls
Copy link
Member

Type of Changes

Type
βœ“ πŸ› Bug fix

Description

Refs #7738 (comment)

@jacobtylerwalls jacobtylerwalls added primer Skip news πŸ”‡ This change does not require a changelog entry labels Nov 19, 2022
@coveralls
Copy link

coveralls commented Nov 19, 2022

Pull Request Test Coverage Report for Build 3501686449

  • 7 of 7 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.0008%) to 95.414%

Totals Coverage Status
Change from base Build 3499918878: 0.0008%
Covered Lines: 17394
Relevant Lines: 18230

πŸ’› - Coveralls

@github-actions
Copy link
Contributor

πŸ€– Effect of this PR on checked open source code: πŸ€–

Effect on black:
The following messages are now emitted:

  1. too-many-lines:
    Too many lines in module (1419/1000)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1
  2. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L122
  3. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L123
  4. consider-using-assignment-expr:
    Use 'if (value := find_pyproject_toml(ctx.params.get('src', ()))) is None:' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L131
  5. invalid-name:
    Variable name "e" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L136
  6. invalid-name:
    Argument name "c" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L168
  7. invalid-name:
    Argument name "p" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L168
  8. invalid-name:
    Argument name "v" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L168
  9. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Union'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L168
  10. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L192
  11. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L193
  12. invalid-name:
    Variable name "e" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L196
  13. too-many-arguments:
    Too many arguments (27/5)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L426
  14. too-many-locals:
    Too many local variables (40/15)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L426
  15. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L428
  16. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L445
  17. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L447
  18. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L448
  19. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L449
  20. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L450
  21. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L451
  22. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L453
  23. too-many-branches:
    Too many branches (21/12)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L426
  24. too-many-statements:
    Too many statements (61/50)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L426
  25. too-many-locals:
    Too many local variables (20/15)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L614
  26. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L621
  27. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L622
  28. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L623
  29. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L625
  30. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L633
  31. invalid-name:
    Variable name "s" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L636
  32. invalid-name:
    Variable name "p" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L638
  33. invalid-name:
    Variable name "p" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L641
  34. consider-using-assignment-expr:
    Use 'if (normalized_path := normalize_path_maybe_ignore(p, ctx.obj['root'], report)) is None:' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L646
  35. invalid-name:
    Variable name "p" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L660
  36. too-many-branches:
    Too many branches (14/12)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L614
  37. too-many-try-statements:
    try clause contains 4 statements, expected at most 1
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L718
  38. too-many-try-statements:
    try clause contains 9 statements, expected at most 1
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L742
  39. too-many-branches:
    Too many branches (14/12)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L734
  40. too-many-locals:
    Too many local variables (17/15)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L785
  41. invalid-name:
    Variable name "f" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L821
  42. invalid-name:
    Variable name "f" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L836
  43. invalid-name:
    Variable name "f" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L842
  44. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L852
  45. too-many-try-statements:
    try clause contains 2 statements, expected at most 1
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L872
  46. invalid-name:
    Variable name "f" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L880
  47. invalid-name:
    Variable name "d" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L892
  48. invalid-name:
    Variable name "d" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L894
  49. invalid-name:
    Variable name "f" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L895
  50. consider-using-assignment-expr:
    Use 'if (dst := dst.rstrip('\n')) == src:' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L994
  51. invalid-name:
    Argument name "nb" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L999
  52. invalid-name:
    Variable name "nb" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1022
  53. too-many-try-statements:
    try clause contains 2 statements, expected at most 1
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1026
  54. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1099
  55. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1140
  56. invalid-name:
    Variable name "n" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1163
  57. consider-using-assignment-expr:
    Use 'if (value_head := n.value[:2]) in {'f"', 'F"', "f'", "F'", 'rf', 'fr', 'RF', 'FR'}:' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1166
  58. invalid-name:
    Variable name "ch" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1205
  59. too-many-branches:
    Too many branches (27/12)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1139
  60. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1252
  61. deprecated-typing-alias:
    'typing.Dict' is deprecated, use 'dict' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L158
  62. deprecated-typing-alias:
    'typing.Tuple' is deprecated, use 'tuple' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L168
  63. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L169
  64. deprecated-typing-alias:
    'typing.Pattern' is deprecated, use 're.Pattern' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L178
  65. deprecated-typing-alias:
    'typing.Pattern' is deprecated, use 're.Pattern' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L185
  66. deprecated-typing-alias:
    'typing.Pattern' is deprecated, use 're.Pattern' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L193
  67. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L430
  68. deprecated-typing-alias:
    'typing.Sequence' is deprecated, use 'collections.abc.Sequence' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L437
  69. deprecated-typing-alias:
    'typing.Pattern' is deprecated, use 're.Pattern' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L446
  70. deprecated-typing-alias:
    'typing.Pattern' is deprecated, use 're.Pattern' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L447
  71. deprecated-typing-alias:
    'typing.Pattern' is deprecated, use 're.Pattern' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L448
  72. deprecated-typing-alias:
    'typing.Pattern' is deprecated, use 're.Pattern' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L449
  73. deprecated-typing-alias:
    'typing.Tuple' is deprecated, use 'tuple' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L452
  74. deprecated-typing-alias:
    'typing.Tuple' is deprecated, use 'tuple' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L617
  75. deprecated-typing-alias:
    'typing.Pattern' is deprecated, use 're.Pattern' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L620
  76. deprecated-typing-alias:
    'typing.Pattern' is deprecated, use 're.Pattern' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L621
  77. deprecated-typing-alias:
    'typing.Pattern' is deprecated, use 're.Pattern' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L622
  78. deprecated-typing-alias:
    'typing.Pattern' is deprecated, use 're.Pattern' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L623
  79. deprecated-typing-alias:
    'typing.Set' is deprecated, use 'set' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L626
  80. deprecated-typing-alias:
    'typing.Set' is deprecated, use 'set' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L628
  81. deprecated-typing-alias:
    'typing.Sized' is deprecated, use 'collections.abc.Sized' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L696
  82. deprecated-typing-alias:
    'typing.MutableMapping' is deprecated, use 'collections.abc.MutableMapping' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L999
  83. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1084
  84. deprecated-typing-alias:
    'typing.Tuple' is deprecated, use 'tuple' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1122
  85. deprecated-typing-alias:
    'typing.Set' is deprecated, use 'set' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1140
  86. deprecated-typing-alias:
    'typing.Set' is deprecated, use 'set' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1141
  87. deprecated-typing-alias:
    'typing.Set' is deprecated, use 'set' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1155
  88. deprecated-typing-alias:
    'typing.Set' is deprecated, use 'set' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1252
  89. deprecated-typing-alias:
    'typing.Set' is deprecated, use 'set' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1253
  90. deprecated-typing-alias:
    'typing.Set' is deprecated, use 'set' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1261
  91. deprecated-typing-alias:
    'typing.Set' is deprecated, use 'set' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1263
  92. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1265
  93. deprecated-typing-alias:
    'typing.Generator' is deprecated, use 'collections.abc.Generator' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1265
  94. deprecated-typing-alias:
    'typing.Iterator' is deprecated, use 'collections.abc.Iterator' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1364
  95. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/__init__.py#L1383
  96. too-many-lines:
    Too many lines in module (2207/1000)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1
  97. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Union'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L65
  98. invalid-name:
    Function name "TErr" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L75
  99. invalid-name:
    Variable name "LL" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L370
  100. invalid-name:
    Variable name "LL" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L428
  101. too-many-locals:
    Too many local variables (33/15)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L450
  102. invalid-name:
    Variable name "LL" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L461
  103. invalid-name:
    Variable name "BREAK_MARK" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L477
  104. invalid-name:
    Variable name "QUOTE" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L479
  105. invalid-name:
    Variable name "RE_EVEN_BACKSLASHES" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L495
  106. invalid-name:
    Variable name "S" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L530
  107. invalid-name:
    Variable name "NS" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L531
  108. invalid-name:
    Variable name "SS" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L537
  109. invalid-name:
    Variable name "SS" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L544
  110. invalid-name:
    Variable name "NSS" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L546
  111. invalid-name:
    Variable name "S" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L551
  112. invalid-name:
    Variable name "NS" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L552
  113. invalid-name:
    Variable name "S_leaf" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L559
  114. too-many-branches:
    Too many branches (15/12)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L450
  115. too-many-statements:
    Too many statements (60/50)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L450
  116. too-many-return-statements:
    Too many return statements (8/6)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L608
  117. too-many-branches:
    Too many branches (14/12)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L608
  118. invalid-name:
    Variable name "LL" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L710
  119. invalid-name:
    Variable name "LL" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L801
  120. invalid-name:
    Variable name "LL" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L905
  121. invalid-name:
    Variable name "LL" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L952
  122. invalid-name:
    Variable name "P" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L979
  123. invalid-name:
    Variable name "N" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1004
  124. invalid-name:
    Variable name "N" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1007
  125. invalid-name:
    Variable name "NN" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1014
  126. too-many-branches:
    Too many branches (15/12)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L937
  127. invalid-name:
    Argument name "LL" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1047
  128. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1047
  129. invalid-name:
    Argument name "s" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1078
  130. invalid-name:
    Argument name "s" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1125
  131. invalid-name:
    Variable name "LL" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1170
  132. too-many-locals:
    Too many local variables (33/15)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1223
  133. invalid-name:
    Variable name "LL" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1224
  134. invalid-name:
    Variable name "QUOTE" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1226
  135. consider-using-assignment-expr:
    Use 'if (maybe_break_idx := self._get_break_idx(rest_value, max_bidx)) is None:' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1327
  136. too-many-branches:
    Too many branches (15/12)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1223
  137. too-many-statements:
    Too many statements (86/50)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1223
  138. invalid-name:
    Variable name "it" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1448
  139. invalid-name:
    Variable name "c" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1449
  140. invalid-name:
    Variable name "c" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1459
  141. invalid-name:
    Variable name "it" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1486
  142. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1491
  143. invalid-name:
    Variable name "LL" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1607
  144. invalid-name:
    Variable name "LL" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1674
  145. invalid-name:
    Argument name "LL" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1710
  146. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1710
  147. invalid-name:
    Argument name "LL" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1735
  148. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1735
  149. invalid-name:
    Argument name "LL" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1762
  150. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1762
  151. invalid-name:
    Argument name "LL" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1797
  152. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1797
  153. invalid-name:
    Argument name "LL" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1844
  154. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1844
  155. too-many-locals:
    Too many local variables (23/15)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1881
  156. invalid-name:
    Variable name "LL" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1882
  157. too-many-branches:
    Too many branches (13/12)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1881
  158. too-many-statements:
    Too many statements (55/50)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1881
  159. consider-using-assignment-expr:
    Use 'if (next_token := leaf.type) == token.LPAR:' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L2088
  160. consider-using-assignment-expr:
    Use 'if (current_state := self._state) == self.LPAR:' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L2095
  161. deprecated-typing-alias:
    'typing.Callable' is deprecated, use 'collections.abc.Callable' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L66
  162. deprecated-typing-alias:
    'typing.Collection' is deprecated, use 'collections.abc.Collection' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L66
  163. deprecated-typing-alias:
    'typing.Iterator' is deprecated, use 'collections.abc.Iterator' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L66
  164. deprecated-typing-alias:
    'typing.Collection' is deprecated, use 'collections.abc.Collection' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L84
  165. deprecated-typing-alias:
    'typing.Iterator' is deprecated, use 'collections.abc.Iterator' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L84
  166. deprecated-typing-alias:
    'typing.Iterator' is deprecated, use 'collections.abc.Iterator' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L208
  167. deprecated-typing-alias:
    'typing.Collection' is deprecated, use 'collections.abc.Collection' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L226
  168. deprecated-typing-alias:
    'typing.Iterator' is deprecated, use 'collections.abc.Iterator' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L226
  169. deprecated-typing-alias:
    'typing.Tuple' is deprecated, use 'tuple' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L295
  170. deprecated-typing-alias:
    'typing.Dict' is deprecated, use 'dict' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L296
  171. deprecated-typing-alias:
    'typing.Tuple' is deprecated, use 'tuple' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L296
  172. deprecated-typing-alias:
    'typing.Iterable' is deprecated, use 'collections.abc.Iterable' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L310
  173. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L320
  174. deprecated-typing-alias:
    'typing.Iterator' is deprecated, use 'collections.abc.Iterator' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L387
  175. deprecated-typing-alias:
    'typing.Iterator' is deprecated, use 'collections.abc.Iterator' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L800
  176. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1047
  177. deprecated-typing-alias:
    'typing.Iterator' is deprecated, use 'collections.abc.Iterator' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1078
  178. deprecated-typing-alias:
    'typing.Tuple' is deprecated, use 'tuple' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1078
  179. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1085
  180. deprecated-typing-alias:
    'typing.Iterator' is deprecated, use 'collections.abc.Iterator' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1223
  181. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1317
  182. deprecated-typing-alias:
    'typing.Iterator' is deprecated, use 'collections.abc.Iterator' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1438
  183. deprecated-typing-alias:
    'typing.Tuple' is deprecated, use 'tuple' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1438
  184. deprecated-typing-alias:
    'typing.Iterator' is deprecated, use 'collections.abc.Iterator' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1469
  185. deprecated-typing-alias:
    'typing.Tuple' is deprecated, use 'tuple' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1469
  186. deprecated-typing-alias:
    'typing.Set' is deprecated, use 'set' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1480
  187. deprecated-typing-alias:
    'typing.Set' is deprecated, use 'set' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1481
  188. deprecated-typing-alias:
    'typing.Iterable' is deprecated, use 'collections.abc.Iterable' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1606
  189. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1606
  190. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1710
  191. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1735
  192. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1762
  193. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1797
  194. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1844
  195. deprecated-typing-alias:
    'typing.Iterator' is deprecated, use 'collections.abc.Iterator' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L1881
  196. deprecated-typing-alias:
    'typing.Dict' is deprecated, use 'dict' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L2023
  197. deprecated-typing-alias:
    'typing.Tuple' is deprecated, use 'tuple' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L2023
  198. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L2052
  199. deprecated-typing-alias:
    'typing.Callable' is deprecated, use 'collections.abc.Callable' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L2122
  200. deprecated-typing-alias:
    'typing.Sequence' is deprecated, use 'collections.abc.Sequence' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L2183
  201. deprecated-typing-alias:
    'typing.Callable' is deprecated, use 'collections.abc.Callable' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/trans.py#L2183
  202. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L44
  203. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L89
  204. too-many-try-statements:
    try clause contains 2 statements, expected at most 1
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L96
  205. invalid-name:
    Variable name "e" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L103
  206. invalid-name:
    Variable name "f" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L115
  207. invalid-name:
    Variable name "gf" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L147
  208. invalid-name:
    Variable name "e" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L151
  209. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L159
  210. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L160
  211. too-many-try-statements:
    try clause contains 3 statements, expected at most 1
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L165
  212. invalid-name:
    Variable name "e" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L177
  213. consider-using-assignment-expr:
    Use 'if (relative_path := normalize_path_maybe_ignore(path, gitignore_path, report)) is None:' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L190
  214. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L200
  215. too-many-arguments:
    Too many arguments (8/5)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L206
  216. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L211
  217. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L212
  218. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L214
  219. consider-using-assignment-expr:
    Use 'if (normalized_path := normalize_path_maybe_ignore(child, root, report)) is None:' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L231
  220. consider-using-assignment-expr:
    Use 'if (include_match := include.search(normalized_path) if include else True):' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L286
  221. too-many-branches:
    Too many branches (13/12)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L206
  222. invalid-name:
    Argument name "f" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L291
  223. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Union'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L292
  224. deprecated-typing-alias:
    'typing.Sequence' is deprecated, use 'collections.abc.Sequence' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L44
  225. deprecated-typing-alias:
    'typing.Tuple' is deprecated, use 'tuple' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L45
  226. deprecated-typing-alias:
    'typing.Tuple' is deprecated, use 'tuple' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L89
  227. deprecated-typing-alias:
    'typing.Dict' is deprecated, use 'dict' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L110
  228. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L145
  229. deprecated-typing-alias:
    'typing.Dict' is deprecated, use 'dict' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L186
  230. deprecated-typing-alias:
    'typing.Pattern' is deprecated, use 're.Pattern' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L200
  231. deprecated-typing-alias:
    'typing.Iterable' is deprecated, use 'collections.abc.Iterable' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L207
  232. deprecated-typing-alias:
    'typing.Pattern' is deprecated, use 're.Pattern' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L209
  233. deprecated-typing-alias:
    'typing.Pattern' is deprecated, use 're.Pattern' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L210
  234. deprecated-typing-alias:
    'typing.Pattern' is deprecated, use 're.Pattern' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L211
  235. deprecated-typing-alias:
    'typing.Pattern' is deprecated, use 're.Pattern' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L212
  236. deprecated-typing-alias:
    'typing.Dict' is deprecated, use 'dict' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L214
  237. deprecated-typing-alias:
    'typing.Iterator' is deprecated, use 'collections.abc.Iterator' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/files.py#L218
  238. invalid-name:
    Method name "ok" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/rusty.py#L15
  239. invalid-name:
    Argument name "e" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/rusty.py#L20
  240. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Union'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/rusty.py#L27
  241. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Union'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/brackets.py#L28
  242. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/brackets.py#L71
  243. invalid-name:
    Variable name "e" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/brackets.py#L100
  244. consider-using-assignment-expr:
    Use 'if (delim := is_split_after_delimiter(leaf, self.previous)):' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/brackets.py#L115
  245. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/brackets.py#L202
  246. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/brackets.py#L207
  247. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/brackets.py#L221
  248. too-many-return-statements:
    Too many return statements (14/6)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/brackets.py#L221
  249. too-many-branches:
    Too many branches (14/12)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/brackets.py#L221
  250. invalid-name:
    Variable name "bt" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/brackets.py#L331
  251. invalid-name:
    Variable name "c" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/brackets.py#L332
  252. too-many-try-statements:
    try clause contains 2 statements, expected at most 1
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/brackets.py#L351
  253. deprecated-typing-alias:
    'typing.Dict' is deprecated, use 'dict' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/brackets.py#L69
  254. deprecated-typing-alias:
    'typing.Tuple' is deprecated, use 'tuple' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/brackets.py#L69
  255. deprecated-typing-alias:
    'typing.Dict' is deprecated, use 'dict' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/brackets.py#L70
  256. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/brackets.py#L72
  257. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/brackets.py#L73
  258. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/brackets.py#L74
  259. deprecated-typing-alias:
    'typing.Iterable' is deprecated, use 'collections.abc.Iterable' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/brackets.py#L130
  260. deprecated-typing-alias:
    'typing.Sequence' is deprecated, use 'collections.abc.Sequence' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/brackets.py#L345
  261. deprecated-typing-alias:
    'typing.Set' is deprecated, use 'set' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/brackets.py#L345
  262. invalid-name:
    Argument name "s" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/strings.py#L41
  263. consider-using-assignment-expr:
    Use 'if (match := FIRST_NON_WHITESPACE_RE.match(line)):' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/strings.py#L51
  264. consider-using-assignment-expr:
    Use 'if (stripped := line.lstrip()):' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/strings.py#L72
  265. invalid-name:
    Argument name "s" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/strings.py#L141
  266. invalid-name:
    Argument name "s" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/strings.py#L167
  267. consider-using-assignment-expr:
    Use 'if (first_quote_pos := s.find(orig_quote)) == -1:' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/strings.py#L187
  268. invalid-name:
    Variable name "m" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/strings.py#L222
  269. consider-using-assignment-expr:
    Use 'if (new_escape_count := new_body.count('\')) > orig_escape_count:' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/strings.py#L232
  270. too-many-return-statements:
    Too many return statements (7/6)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/strings.py#L167
  271. too-many-branches:
    Too many branches (15/12)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/strings.py#L167
  272. deprecated-typing-alias:
    'typing.Pattern' is deprecated, use 're.Pattern' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/strings.py#L23
  273. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/strings.py#L41
  274. deprecated-typing-alias:
    'typing.Pattern' is deprecated, use 're.Pattern' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/strings.py#L163
  275. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Union'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/debug.py#L10
  276. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Union'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/debug.py#L39
  277. invalid-name:
    Variable name "v" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/debug.py#L44
  278. deprecated-typing-alias:
    'typing.Iterator' is deprecated, use 'collections.abc.Iterator' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/debug.py#L18
  279. too-many-try-statements:
    try clause contains 2 statements, expected at most 1
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/handle_ipynb_magics.py#L60
  280. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/handle_ipynb_magics.py#L313
  281. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/handle_ipynb_magics.py#L342
  282. invalid-name:
    Method name "visit_Expr" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/handle_ipynb_magics.py#L345
  283. invalid-name:
    Method name "visit_Assign" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/handle_ipynb_magics.py#L387
  284. invalid-name:
    Method name "visit_Expr" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/handle_ipynb_magics.py#L420
  285. deprecated-typing-alias:
    'typing.Tuple' is deprecated, use 'tuple' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/handle_ipynb_magics.py#L75
  286. deprecated-typing-alias:
    'typing.Tuple' is deprecated, use 'tuple' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/handle_ipynb_magics.py#L131
  287. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/handle_ipynb_magics.py#L131
  288. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/handle_ipynb_magics.py#L146
  289. deprecated-typing-alias:
    'typing.Tuple' is deprecated, use 'tuple' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/handle_ipynb_magics.py#L197
  290. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/handle_ipynb_magics.py#L197
  291. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/handle_ipynb_magics.py#L214
  292. deprecated-typing-alias:
    'typing.Tuple' is deprecated, use 'tuple' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/handle_ipynb_magics.py#L228
  293. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/handle_ipynb_magics.py#L228
  294. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/handle_ipynb_magics.py#L269
  295. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/handle_ipynb_magics.py#L302
  296. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/handle_ipynb_magics.py#L302
  297. deprecated-typing-alias:
    'typing.Dict' is deprecated, use 'dict' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/handle_ipynb_magics.py#L385
  298. deprecated-typing-alias:
    'typing.List' is deprecated, use 'list' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/handle_ipynb_magics.py#L385
  299. invalid-name:
    Variable name "s" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/report.py#L94
  300. invalid-name:
    Variable name "s" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/report.py#L101
  301. invalid-name:
    Variable name "s" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/report.py#L104
  302. too-many-try-statements:
    try clause contains 5 statements, expected at most 1
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/cache.py#L87
  303. invalid-name:
    Variable name "f" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/cache.py#L93
  304. deprecated-typing-alias:
    'typing.Tuple' is deprecated, use 'tuple' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/cache.py#L17
  305. deprecated-typing-alias:
    'typing.Dict' is deprecated, use 'dict' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/cache.py#L18
  306. deprecated-typing-alias:
    'typing.Iterable' is deprecated, use 'collections.abc.Iterable' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/cache.py#L68
  307. deprecated-typing-alias:
    'typing.Tuple' is deprecated, use 'tuple' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/cache.py#L68
  308. deprecated-typing-alias:
    'typing.Set' is deprecated, use 'set' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/cache.py#L68
  309. deprecated-typing-alias:
    'typing.Set' is deprecated, use 'set' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/cache.py#L68
  310. deprecated-typing-alias:
    'typing.Iterable' is deprecated, use 'collections.abc.Iterable' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/cache.py#L84
  311. too-many-lines:
    Too many lines in module (1338/1000)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L1
  312. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Union'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L74
  313. too-many-instance-attributes:
    Too many instance attributes (18/7)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L83
  314. invalid-name:
    Method name "visit_INDENT" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L141
  315. invalid-name:
    Method name "visit_DEDENT" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L147
  316. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L226
  317. consider-using-assignment-expr:
    Use 'if (is_suite_like := node.parent and node.parent.type in STATEMENT):' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L233
  318. invalid-name:
    Method name "visit_SEMI" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L298
  319. invalid-name:
    Method name "visit_ENDMARKER" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L302
  320. invalid-name:
    Method name "visit_STANDALONE_COMMENT" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L307
  321. invalid-name:
    Method name "visit_STRING" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L329
  322. too-many-branches:
    Too many branches (18/12)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L329
  323. invalid-name:
    Variable name "v" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L417
  324. invalid-name:
    Variable name "Ø" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L418
  325. invalid-name:
    Variable name "ll" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L464
  326. invalid-name:
    Variable name "sn" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L465
  327. too-many-branches:
    Too many branches (15/12)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L449
  328. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L587
  329. too-many-locals:
    Too many local variables (16/15)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L621
  330. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L639
  331. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L640
  332. too-many-try-statements:
    try clause contains 2 statements, expected at most 1
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L687
  333. invalid-name:
    Variable name "e" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L691
  334. invalid-name:
    Variable name "bt" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L845
  335. consider-using-assignment-expr:
    Use 'if (leaf_priority := bt.delimiters.get(id(leaf))) == delimiter_priority:' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L892
  336. invalid-name:
    Variable name "pc" doesn't conform to snake_case naming style
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L974
  337. too-many-branches:
    Too many branches (17/12)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L963
  338. too-many-try-statements:
    try clause contains 5 statements, expected at most 1
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L1203
  339. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L1235
  340. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L1236
  341. too-many-branches:
    Too many branches (13/12)
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L1219
  342. deprecated-typing-alias:
    'typing.Iterator' is deprecated, use 'collections.abc.Iterator' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L95
  343. deprecated-typing-alias:
    'typing.Iterator' is deprecated, use 'collections.abc.Iterator' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L111
  344. deprecated-typing-alias:
    'typing.Iterator' is deprecated, use 'collections.abc.Iterator' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L141
  345. deprecated-typing-alias:
    'typing.Iterator' is deprecated, use 'collections.abc.Iterator' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L147
  346. deprecated-typing-alias:
    'typing.Set' is deprecated, use 'set' instead
    https://github.com/psf/black/blob/27932494bcefac03497dd92dcf0c59a04c10d757/src/black/linegen.py#L162
  347. deprecated-...

This comment was truncated because GitHub allows only 65536 characters in a comment.

This comment was generated for commit 65babd8

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.

Thank you @jacobtylerwalls , clean fix !

As an aside after 347 message in black only:

< This comment was truncated because GitHub allows only 65536 characters in a comment.

pylint's default config is truly awful πŸ˜„

@Pierre-Sassoulas
Copy link
Member

Blocked by #7799 to not make the merge uglier than it could be.

@Pierre-Sassoulas Pierre-Sassoulas added Blocked 🚧 Blocked by a particular issue and removed Blocked 🚧 Blocked by a particular issue labels Nov 19, 2022
@Pierre-Sassoulas Pierre-Sassoulas merged commit 53974e8 into pylint-dev:main Nov 19, 2022
@jacobtylerwalls jacobtylerwalls deleted the primer-fallback-rcfile branch November 19, 2022 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
primer Skip news πŸ”‡ This change does not require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants