Skip to content

Conversation

@jacobtylerwalls
Copy link
Member

Type of Changes

Type
βœ“ πŸ› Bug fix

Description

Fixes issue discovered by new primer!

@jacobtylerwalls jacobtylerwalls added the Crash πŸ’₯ A bug that makes pylint crash label May 31, 2022
@jacobtylerwalls jacobtylerwalls added this to the 2.14.0 milestone May 31, 2022
@coveralls
Copy link

coveralls commented May 31, 2022

Pull Request Test Coverage Report for Build 2416381769

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

Totals Coverage Status
Change from base Build 2415623100: 0.0005%
Covered Lines: 16231
Relevant Lines: 16993

πŸ’› - Coveralls

@github-actions

This comment has been minimized.

@jacobtylerwalls
Copy link
Member Author

jacobtylerwalls commented May 31, 2022

The pandas failure was fixed in pylint-dev/astroid#1579

@Pierre-Sassoulas
Copy link
Member

Blocked by #6772

@jacobtylerwalls
Copy link
Member Author

jacobtylerwalls commented May 31, 2022

The other pandas failure is fixed in pylint-dev/astroid#1581.

@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

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

Effect on pandas:
The following messages are now emitted:

  1. missing-class-docstring:
    Missing class docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L53
  2. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L63
  3. protected-access:
    Access to a protected member _expand_user of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L65
  4. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L63
  5. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L71
  6. protected-access:
    Access to a protected member _expand_user of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L73
  7. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L71
  8. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L78
  9. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L78
  10. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L85
  11. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L85
  12. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L91
  13. invalid-name:
    Variable name "p" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L92
  14. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L91
  15. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L96
  16. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L96
  17. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L104
  18. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L104
  19. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L111
  20. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L111
  21. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L119
  22. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L119
  23. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L127
  24. while-used:
    Used while loop
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L136
  25. compare-to-zero:
    Avoid comparisons to zero
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L143
  26. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L127
  27. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L151
  28. import-error:
    Unable to import 'pyarrow'
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L152
  29. import-outside-toplevel:
    Import outside toplevel (pyarrow.csv)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L152
  30. invalid-name:
    Variable name "s" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L162
  31. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L164
  32. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L151
  33. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L168
  34. invalid-name:
    Variable name "it" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L175
  35. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L194
  36. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L194
  37. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L232
  38. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L232
  39. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L260
  40. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L260
  41. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L325
  42. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L325
  43. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L353
  44. invalid-name:
    Variable name "p1" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L354
  45. invalid-name:
    Variable name "p2" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L355
  46. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L356
  47. invalid-name:
    Variable name "f" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L364
  48. invalid-name:
    Variable name "f" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L368
  49. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L353
  50. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L376
  51. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L382
  52. invalid-name:
    Variable name "p1" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L383
  53. invalid-name:
    Variable name "p2" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L384
  54. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L376
  55. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L398
  56. missing-class-docstring:
    Missing class docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L402
  57. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L403
  58. redefined-outer-name:
    Redefining name 'mmap_file' from outer scope (line 398)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L403
  59. protected-access:
    Access to a protected member _maybe_memory_map of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L416
  60. unspecified-encoding:
    Using open without explicitly specifying an encoding
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L418
  61. protected-access:
    Access to a protected member _maybe_memory_map of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L423
  62. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L403
  63. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L425
  64. redefined-outer-name:
    Redefining name 'mmap_file' from outer scope (line 398)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L425
  65. unspecified-encoding:
    Using open without explicitly specifying an encoding
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L426
  66. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L425
  67. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L442
  68. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L444
  69. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L442
  70. docstring-first-line-empty:
    First line empty in method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L449
  71. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L456
  72. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L449
  73. docstring-first-line-empty:
    First line empty in method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L462
  74. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L470
  75. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L462
  76. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L481
  77. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L498
  78. redefined-builtin:
    Redefining built-in 'format'
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L498
  79. consider-ternary-expression:
    Consider rewriting as a ternary expression
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L505
  80. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L506
  81. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L508
  82. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L512
  83. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L521
  84. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L532
  85. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L544
  86. redefined-builtin:
    Redefining built-in 'format'
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L544
  87. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L571
  88. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L577
  89. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L584
  90. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L591
  91. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L597
  92. missing-class-docstring:
    Missing class docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L599
  93. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L600
  94. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L600
  95. too-few-public-methods:
    Too few public methods (1/2)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/test_common.py#L599
  96. import-error:
    Unable to import 'py.path'
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L87
  97. import-outside-toplevel:
    Import outside toplevel (py.path.local)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L87
  98. no-name-in-module:
    No name 'path' in module 'py'
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L87
  99. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L92
  100. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L86
  101. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L98
  102. redefined-outer-name:
    Redefining name 'dirpath' from outer scope (line 19)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L98
  103. invalid-name:
    Variable name "y" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L102
  104. invalid-name:
    Variable name "x" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L103
  105. invalid-name:
    Variable name "y" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L104
  106. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L98
  107. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L107
  108. redefined-outer-name:
    Redefining name 'dirpath' from outer scope (line 19)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L107
  109. invalid-name:
    Variable name "d1" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L113
  110. invalid-name:
    Variable name "d2" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L116
  111. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L107
  112. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L120
  113. import-outside-toplevel:
    Import outside toplevel (pandas.io.sas.sas7bdat.SAS7BDATReader)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L131
  114. invalid-name:
    Variable name "x" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L135
  115. invalid-name:
    Variable name "y" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L135
  116. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L139
  117. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L141
  118. invalid-name:
    Variable name "vn" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L144
  119. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L149
  120. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L151
  121. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L158
  122. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L160
  123. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L167
  124. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L170
  125. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L181
  126. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L184
  127. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L194
  128. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L198
  129. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L205
  130. invalid-name:
    Function name "test_inconsistent_number_of_rows" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L205
  131. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L208
  132. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L212
  133. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L219
  134. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L228
  135. invalid-name:
    Argument name "ts" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L228
  136. no-else-return:
    Unnecessary "elif" after "return", remove the leading "el" from "elif"
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L229
  137. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L238
  138. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L244
  139. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L247
  140. no-member:
    Module 'pandas._libs.tslibs' has no 'np_datetime' member
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L251
  141. protected-access:
    Access to a protected member _libs of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L251
  142. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L252
  143. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L273
  144. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L281
  145. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L283
  146. redefined-loop-name:
    Redefining 'df' from loop (line 281)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L283
  147. no-member:
    Module 'pandas._libs.tslibs' has no 'np_datetime' member
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L287
  148. protected-access:
    Access to a protected member _libs of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L287
  149. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L288
  150. redefined-loop-name:
    Redefining 'df' from loop (line 281)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L288
  151. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L319
  152. invalid-name:
    Variable name "df" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L321
  153. import-error:
    Unable to import 'py.path'
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L842
  154. import-outside-toplevel:
    Import outside toplevel (py.path.local)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L842
  155. no-name-in-module:
    No name 'path' in module 'py'
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L842
  156. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L839
  157. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L853
  158. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L853
  159. invalid-name:
    Variable name "f" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L857
  160. invalid-name:
    Variable name "x" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L858
  161. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L853
  162. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L863
  163. redefined-outer-name:
    Redefining name 'engine' from outer scope (line 101)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L863
  164. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L863
  165. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L863
  166. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L896
  167. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L896
  168. invalid-name:
    Variable name "mi" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L905
  169. redefined-variable-type:
    Redefinition of expected.index type from pandas.core.indexes.multi.MultiIndex to pandas.core.indexes.base.Index
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L941
  170. redefined-variable-type:
    Redefinition of expected.columns type from list to pandas.core.indexes.multi.MultiIndex
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L932
  171. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L896
  172. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L989
  173. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L990
  174. invalid-name:
    Variable name "mi" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1001
  175. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L989
  176. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1023
  177. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1023
  178. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1023
  179. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1034
  180. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1034
  181. invalid-name:
    Variable name "mi" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1052
  182. invalid-name:
    Variable name "si" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1060
  183. invalid-name:
    Variable name "mi" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1086
  184. invalid-name:
    Variable name "si" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1094
  185. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1034
  186. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1106
  187. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1106
  188. consider-using-tuple:
    Consider using an in-place tuple instead of list
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1109
  189. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1106
  190. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1113
  191. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1113
  192. use-set-for-membership:
    Consider using set for membership test
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1147
  193. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1113
  194. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1168
  195. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1168
  196. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1168
  197. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1193
  198. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1193
  199. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1193
  200. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1201
  201. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1201
  202. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1201
  203. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1209
  204. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1209
  205. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1209
  206. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1215
  207. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1215
  208. invalid-name:
    Variable name "f" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1217
  209. redefined-variable-type:
    Redefinition of expected type from pandas.core.series.Series to pandas.core.frame.DataFrame
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1233
  210. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1215
  211. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1240
  212. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1240
  213. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1240
  214. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1246
  215. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1246
  216. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1246
  217. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1259
  218. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1259
  219. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1259
  220. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1267
  221. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1267
  222. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1267
  223. docstring-first-line-empty:
    First line empty in method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1278
  224. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1278
  225. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1278
  226. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1287
  227. redefined-outer-name:
    Redefining name 'engine' from outer scope (line 101)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1287
  228. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1287
  229. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1287
  230. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1300
  231. redefined-outer-name:
    Redefining name 'engine' from outer scope (line 101)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1300
  232. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1300
  233. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1300
  234. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1315
  235. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1315
  236. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1315
  237. too-many-public-methods:
    Too many public methods (64/25)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L112
  238. missing-class-docstring:
    Missing class docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1329
  239. docstring-first-line-empty:
    First line empty in method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1331
  240. redefined-outer-name:
    Redefining name 'engine' from outer scope (line 101)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1331
  241. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1331
  242. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1339
  243. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1339
  244. redefined-outer-name:
    Redefining name 'engine' from outer scope (line 101)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1339
  245. consider-ternary-expression:
    Consider rewriting as a ternary expression
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1351
  246. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1339
  247. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1357
  248. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1357
  249. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1357
  250. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1396
  251. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1396
  252. consider-ternary-expression:
    Consider rewriting as a ternary expression
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1412
  253. compare-to-zero:
    Avoid comparisons to zero
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1412
  254. redefined-variable-type:
    Redefinition of expected type from list to pandas.core.frame.DataFrame
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1417
  255. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1396
  256. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1420
  257. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1420
  258. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1420
  259. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1449
  260. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1449
  261. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1449
  262. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1473
  263. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1473
  264. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1473
  265. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1480
  266. redefined-outer-name:
    Redefining name 'engine' from outer scope (line 101)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1480
  267. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1480
  268. invalid-name:
    Variable name "f" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1484
  269. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1480
  270. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1490
  271. redefined-outer-name:
    Redefining name 'engine' from outer scope (line 101)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1490
  272. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1490
  273. invalid-name:
    Variable name "f" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1491
  274. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1490
  275. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1498
  276. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1498
  277. invalid-name:
    Variable name "xl" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1502
  278. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1498
  279. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1506
  280. redefined-outer-name:
    Redefining name 'engine' from outer scope (line 101)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1506
  281. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1506
  282. invalid-name:
    Variable name "f" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1510
  283. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1506
  284. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1516
  285. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1516
  286. redefined-outer-name:
    Redefining name 'engine' from outer scope (line 101)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1516
  287. invalid-name:
    Variable name "f" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1518
  288. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1516
  289. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1524
  290. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1524
  291. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1534
  292. redefined-outer-name:
    Redefining name 'engine' from outer scope (line 101)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1534
  293. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1534
  294. invalid-name:
    Variable name "f" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1543
  295. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1534
  296. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1557
  297. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1557
  298. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1557
  299. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1563
  300. redefined-outer-name:
    Redefining name 'engine' from outer scope (line 101)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1563
  301. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1563
  302. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1563
  303. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1576
  304. redefined-outer-name:
    Redefining name 'engine' from outer scope (line 101)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1576
  305. redefined-outer-name:
    Redefining name 'read_ext' from outer scope (line 107)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1576
  306. import-outside-toplevel:
    Import outside toplevel (xlrd)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1582
  307. import-error:
    Unable to import 'xlrd'
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1582
  308. unspecified-encoding:
    Using open without explicitly specifying an encoding
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1587
  309. no-self-use:
    Method could be a function
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/excel/test_readers.py#L1576
  310. import-error:
    Unable to import 'py.path'
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/pytables/test_read.py#L296
  311. import-outside-toplevel:
    Import outside toplevel (py.path.local)
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/pytables/test_read.py#L296
  312. no-name-in-module:
    No name 'path' in module 'py'
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/pytables/test_read.py#L296
  313. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/pytables/test_read.py#L311
  314. redefined-builtin:
    Redefining built-in 'format'
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/pytables/test_read.py#L311
  315. missing-function-docstring:
    Missing function or method docstring
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/tests/io/pytables/test_read.py#L322
  316. protected-access:
    Access to a protected member _HANDLED_TYPES of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arraylike.py#L278
  317. protected-access:
    Access to a protected member _AXIS_ORDERS of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arraylike.py#L308
  318. protected-access:
    Access to a protected member _AXIS_ORDERS of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arraylike.py#L314
  319. protected-access:
    Access to a protected member _constructor of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arraylike.py#L353
  320. protected-access:
    Access to a protected member _constructor of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arraylike.py#L356
  321. protected-access:
    Access to a protected member _downsample of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/resample.py#L1052
  322. protected-access:
    Access to a protected member _downsample of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/resample.py#L1063
  323. protected-access:
    Access to a protected member _downsample of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/resample.py#L1073
  324. protected-access:
    Access to a protected member _get_axis_number of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/ops/__init__.py#L180
  325. protected-access:
    Access to a protected member _binop of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/ops/__init__.py#L185
  326. protected-access:
    Access to a protected member _constructor of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/ops/__init__.py#L189
  327. protected-access:
    Access to a protected member _binop of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/ops/__init__.py#L190
  328. protected-access:
    Access to a protected member _get_axis_number of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/ops/__init__.py#L431
  329. protected-access:
    Access to a protected member _combine_frame of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/ops/__init__.py#L438
  330. protected-access:
    Access to a protected member _dispatch_frame_op of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/ops/__init__.py#L441
  331. protected-access:
    Access to a protected member _dispatch_frame_op of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/ops/__init__.py#L447
  332. protected-access:
    Access to a protected member _construct_result of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/ops/__init__.py#L449
  333. protected-access:
    Access to a protected member _get_axis_number of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/ops/__init__.py#L466
  334. protected-access:
    Access to a protected member _dispatch_frame_op of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/ops/__init__.py#L470
  335. protected-access:
    Access to a protected member _construct_result of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/ops/__init__.py#L471
  336. protected-access:
    Access to a protected member _inferred_dtype of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/strings/accessor.py#L119
  337. protected-access:
    Access to a protected member _inferred_dtype of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/strings/accessor.py#L122
  338. protected-access:
    Access to a protected member _data of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/strings/accessor.py#L136
  339. protected-access:
    Access to a protected member _wrap_result of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/strings/accessor.py#L137
  340. protected-access:
    Access to a protected member _categories_match_up_to_permutation of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arrays/categorical.py#L144
  341. protected-access:
    Access to a protected member _codes of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arrays/categorical.py#L155
  342. protected-access:
    Access to a protected member _codes of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arrays/categorical.py#L156
  343. protected-access:
    Access to a protected member _unbox_scalar of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arrays/categorical.py#L163
  344. protected-access:
    Access to a protected member _codes of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arrays/categorical.py#L164
  345. protected-access:
    Access to a protected member _codes of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arrays/categorical.py#L170
  346. protected-access:
    Access to a protected member _ndarray of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arrays/_mixins.py#L85
  347. protected-access:
    Access to a protected member _hasna of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arrays/timedeltas.py#L89
  348. protected-access:
    Access to a protected member _maybe_mask_results of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arrays/timedeltas.py#L90
  349. protected-access:
    Access to a protected member _local_timestamps of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arrays/datetimes.py#L121
  350. protected-access:
    Access to a protected member _bool_ops of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arrays/datetimes.py#L123
  351. protected-access:
    Access to a protected member _reso of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arrays/datetimes.py#L134
  352. protected-access:
    Access to a protected member _reso of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arrays/datetimes.py#L137
  353. protected-access:
    Access to a protected member _object_ops of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arrays/datetimes.py#L142
  354. protected-access:
    Access to a protected member _reso of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arrays/datetimes.py#L143
  355. protected-access:
    Access to a protected member _maybe_mask_results of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arrays/datetimes.py#L144
  356. protected-access:
    Access to a protected member _reso of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arrays/datetimes.py#L147
  357. protected-access:
    Access to a protected member _maybe_mask_results of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/arrays/datetimes.py#L148
  358. protected-access:
    Access to a protected member _data of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/indexes/extension.py#L59
  359. protected-access:
    Access to a protected member _data of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/indexes/extension.py#L68
  360. protected-access:
    Access to a protected member _data of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/indexes/extension.py#L70
  361. protected-access:
    Access to a protected member _data of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/indexes/extension.py#L78
  362. protected-access:
    Access to a protected member _data of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/indexes/extension.py#L95
  363. protected-access:
    Access to a protected member _data of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/indexes/extension.py#L97
  364. protected-access:
    Access to a protected member _make_wrapper of a client class
    https://github.com/pandas-dev/pandas.git/blob/main/pandas/core/groupby/generic.py#L124

The following messages are no longer emitted:

  1. astroid-error:
    tests/.pylint_primer_tests/pandas-dev/pandas/pandas/tests/io/test_common.py: Fatal error while checking 'tests/.pylint_primer_tests/pandas-dev/pandas/pandas/tests/io/test_common.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/runner/.cache/pylint/pylint-crash-2022-05-31-14.txt'.
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_common.py#L1
  2. wrong-import-position:
    Import "from textwrap import dedent" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_clipboard.py#L1
  3. wrong-import-position:
    Import "import numpy as np" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_clipboard.py#L3
  4. wrong-import-position:
    Import "import pytest" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_clipboard.py#L4
  5. wrong-import-position:
    Import "from pandas import DataFrame, get_option, read_clipboard" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_clipboard.py#L6
  6. wrong-import-position:
    Import "import pandas._testing as tm" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_clipboard.py#L11
  7. wrong-import-position:
    Import "from pandas.io.clipboard import clipboard_get, clipboard_set" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_clipboard.py#L13
  8. wrong-import-order:
    standard import "from textwrap import dedent" should be placed before "import pytest"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_clipboard.py#L1
  9. ungrouped-imports:
    Imports from package pytest are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_clipboard.py#L4
  10. ungrouped-imports:
    Imports from package pandas are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_clipboard.py#L6
  11. astroid-error:
    tests/.pylint_primer_tests/pandas-dev/pandas/pandas/tests/io/sas/test_sas7bdat.py: Fatal error while checking 'tests/.pylint_primer_tests/pandas-dev/pandas/pandas/tests/io/sas/test_sas7bdat.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/runner/.cache/pylint/pylint-crash-2022-05-31-14.txt'.
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/sas/test_sas7bdat.py#L1
  12. wrong-import-position:
    Import "import numpy as np" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/sas/test_xport.py#L1
  13. wrong-import-position:
    Import "import pytest" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/sas/test_xport.py#L2
  14. wrong-import-position:
    Import "import pandas.util._test_decorators as td" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/sas/test_xport.py#L4
  15. wrong-import-position:
    Import "import pandas as pd" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/sas/test_xport.py#L6
  16. wrong-import-position:
    Import "import pandas._testing as tm" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/sas/test_xport.py#L7
  17. wrong-import-position:
    Import "from pandas.io.sas.sasreader import read_sas" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/sas/test_xport.py#L9
  18. ungrouped-imports:
    Imports from package numpy are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/sas/test_xport.py#L1
  19. ungrouped-imports:
    Imports from package pytest are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/sas/test_xport.py#L2
  20. ungrouped-imports:
    Imports from package pandas are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/sas/test_xport.py#L4
  21. astroid-error:
    tests/.pylint_primer_tests/pandas-dev/pandas/pandas/tests/io/excel/test_readers.py: Fatal error while checking 'tests/.pylint_primer_tests/pandas-dev/pandas/pandas/tests/io/excel/test_readers.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/runner/.cache/pylint/pylint-crash-2022-05-31-14.txt'.
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/excel/test_readers.py#L1
  22. wrong-import-position:
    Import "import re" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/excel/test_xlwt.py#L1
  23. wrong-import-position:
    Import "import numpy as np" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/excel/test_xlwt.py#L3
  24. wrong-import-position:
    Import "import pytest" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/excel/test_xlwt.py#L4
  25. wrong-import-position:
    Import "from pandas import DataFrame, MultiIndex, options" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/excel/test_xlwt.py#L6
  26. wrong-import-position:
    Import "import pandas._testing as tm" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/excel/test_xlwt.py#L11
  27. wrong-import-position:
    Import "from pandas.io.excel import ExcelWriter, _XlwtWriter" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/excel/test_xlwt.py#L13
  28. wrong-import-order:
    standard import "import re" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/excel/test_xlwt.py#L1
  29. ungrouped-imports:
    Imports from package numpy are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/excel/test_xlwt.py#L3
  30. ungrouped-imports:
    Imports from package pytest are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/excel/test_xlwt.py#L4
  31. ungrouped-imports:
    Imports from package pandas are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/excel/test_xlwt.py#L6
  32. astroid-error:
    tests/.pylint_primer_tests/pandas-dev/pandas/pandas/tests/io/pytables/test_read.py: Fatal error while checking 'tests/.pylint_primer_tests/pandas-dev/pandas/pandas/tests/io/pytables/test_read.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/runner/.cache/pylint/pylint-crash-2022-05-31-14.txt'.
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_read.py#L1
  33. wrong-import-position:
    Import "from warnings import catch_warnings" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_complex.py#L1
  34. wrong-import-position:
    Import "import numpy as np" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_complex.py#L3
  35. wrong-import-position:
    Import "import pytest" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_complex.py#L4
  36. wrong-import-position:
    Import "import pandas as pd" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_complex.py#L6
  37. wrong-import-position:
    Import "from pandas import DataFrame, Series" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_complex.py#L7
  38. wrong-import-position:
    Import "import pandas._testing as tm" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_complex.py#L11
  39. wrong-import-position:
    Import "from pandas.tests.io.pytables.common import ensure_clean_path, ensure_clean_store" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_complex.py#L12
  40. wrong-import-position:
    Import "from pandas.io.pytables import read_hdf" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_complex.py#L17
  41. wrong-import-order:
    standard import "from warnings import catch_warnings" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_complex.py#L1
  42. ungrouped-imports:
    Imports from package numpy are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_complex.py#L3
  43. ungrouped-imports:
    Imports from package pytest are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_complex.py#L4
  44. ungrouped-imports:
    Imports from package pandas are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_complex.py#L6

Effect on pytest:
The following messages are now emitted:

  1. no-member:
    Module 'py' has no 'path' member
    https://github.com/pytest-dev/pytest/blob/main/src/_pytest/compat.py#L35

@Pierre-Sassoulas
Copy link
Member

Great, it look like the astroid error are finally gone from the new primer on main!

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.

πŸ‘Œ

@Pierre-Sassoulas Pierre-Sassoulas merged commit bd33f79 into pylint-dev:main May 31, 2022
@jacobtylerwalls jacobtylerwalls deleted the raise-none branch May 31, 2022 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Crash πŸ’₯ A bug that makes pylint crash

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants