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

Get pylint primer result with astroid prefer-pyi branch #33

Closed
wants to merge 3 commits into from

Conversation

jacobtylerwalls
Copy link
Owner

@jacobtylerwalls jacobtylerwalls commented May 4, 2024

No description provided.

This comment has been minimized.

This comment has been minimized.

Copy link

github-actions bot commented May 4, 2024

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

Effect on home-assistant:
The following messages are now emitted:

  1. unused-argument:
    Unused argument 'value'
    https://github.com/home-assistant/core/blob/f143ed9eeba2989ee854a1d8a54ffe139a7b1885/homeassistant/util/event_type.pyi#L21

Effect on psycopg:
The following messages are now emitted:

  1. c-extension-no-member:
    Module 'psycopg.pq._pq_ctypes' has no 'PQnoticeReceiver' member, but source is unavailable. Consider adding this module to extension-pkg-allow-list if you want to perform analysis based on run-time introspection of living objects.
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/pq_ctypes.py#L48
  2. too-many-function-args:
    Too many positional arguments for function call
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/pq_ctypes.py#L347
  3. line-too-long:
    Line too long (202/100)
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L171
  4. line-too-long:
    Line too long (101/100)
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L196
  5. line-too-long:
    Line too long (127/100)
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L197
  6. line-too-long:
    Line too long (195/100)
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L201
  7. fixme:
    TODO: Ignoring type as getting an error on mypy/ctypes:
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L106
  8. docstring-first-line-empty:
    First line empty in module docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L1
  9. import-private-name:
    Imported private object (_Pointer)
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L8
  10. missing-class-docstring:
    Missing class docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L11
  11. multiple-statements:
    More than one statement on a single line
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L11
  12. too-few-public-methods:
    Too few public methods (0/2)
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L11
  13. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L13
  14. unused-argument:
    Unused argument 'fd'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L13
  15. unused-argument:
    Unused argument 'mode'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L13
  16. missing-class-docstring:
    Missing class docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L17
  17. invalid-name:
    Class name "PGconn_struct" doesn't conform to PascalCase naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L17
  18. multiple-statements:
    More than one statement on a single line
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L17
  19. too-few-public-methods:
    Too few public methods (0/2)
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L17
  20. missing-class-docstring:
    Missing class docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L18
  21. invalid-name:
    Class name "PGresult_struct" doesn't conform to PascalCase naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L18
  22. multiple-statements:
    More than one statement on a single line
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L18
  23. too-few-public-methods:
    Too few public methods (0/2)
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L18
  24. missing-class-docstring:
    Missing class docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L19
  25. invalid-name:
    Class name "PGcancelConn_struct" doesn't conform to PascalCase naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L19
  26. multiple-statements:
    More than one statement on a single line
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L19
  27. too-few-public-methods:
    Too few public methods (0/2)
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L19
  28. missing-class-docstring:
    Missing class docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L20
  29. invalid-name:
    Class name "PGcancel_struct" doesn't conform to PascalCase naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L20
  30. multiple-statements:
    More than one statement on a single line
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L20
  31. too-few-public-methods:
    Too few public methods (0/2)
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L20
  32. missing-class-docstring:
    Missing class docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L22
  33. invalid-name:
    Class name "PQconninfoOption_struct" doesn't conform to PascalCase naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L22
  34. too-few-public-methods:
    Too few public methods (0/2)
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L22
  35. missing-class-docstring:
    Missing class docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L31
  36. invalid-name:
    Class name "PGnotify_struct" doesn't conform to PascalCase naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L31
  37. too-few-public-methods:
    Too few public methods (0/2)
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L31
  38. missing-class-docstring:
    Missing class docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L36
  39. invalid-name:
    Class name "PGresAttDesc_struct" doesn't conform to PascalCase naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L36
  40. too-few-public-methods:
    Too few public methods (0/2)
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L36
  41. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L45
  42. invalid-name:
    Function name "PQhostaddr" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L45
  43. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L45
  44. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L45
  45. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L46
  46. invalid-name:
    Function name "PQerrorMessage" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L46
  47. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L46
  48. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L46
  49. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L47
  50. invalid-name:
    Function name "PQresultErrorMessage" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L47
  51. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L47
  52. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L47
  53. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L48
  54. invalid-name:
    Function name "PQexecPrepared" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L48
  55. too-many-arguments:
    Too many arguments (7/5)
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L48
  56. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L49
  57. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L52
  58. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L53
  59. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L54
  60. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L49
  61. unused-argument:
    Unused argument 'arg2'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L50
  62. unused-argument:
    Unused argument 'arg3'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L51
  63. unused-argument:
    Unused argument 'arg4'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L52
  64. unused-argument:
    Unused argument 'arg5'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L53
  65. unused-argument:
    Unused argument 'arg6'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L54
  66. unused-argument:
    Unused argument 'arg7'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L55
  67. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L57
  68. invalid-name:
    Function name "PQprepare" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L57
  69. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L58
  70. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L62
  71. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L58
  72. unused-argument:
    Unused argument 'arg2'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L59
  73. unused-argument:
    Unused argument 'arg3'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L60
  74. unused-argument:
    Unused argument 'arg4'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L61
  75. unused-argument:
    Unused argument 'arg5'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L62
  76. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L64
  77. invalid-name:
    Function name "PQgetvalue" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L64
  78. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L65
  79. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L65
  80. unused-argument:
    Unused argument 'arg2'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L65
  81. unused-argument:
    Unused argument 'arg3'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L65
  82. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L67
  83. invalid-name:
    Function name "PQcmdTuples" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L67
  84. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L67
  85. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L67
  86. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L68
  87. invalid-name:
    Function name "PQescapeStringConn" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L68
  88. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L69
  89. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L69
  90. unused-argument:
    Unused argument 'arg2'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L70
  91. unused-argument:
    Unused argument 'arg3'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L71
  92. unused-argument:
    Unused argument 'arg4'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L72
  93. unused-argument:
    Unused argument 'arg5'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L73
  94. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L75
  95. invalid-name:
    Function name "PQescapeString" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L75
  96. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L75
  97. unused-argument:
    Unused argument 'arg2'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L75
  98. unused-argument:
    Unused argument 'arg3'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L75
  99. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L76
  100. invalid-name:
    Function name "PQsendPrepare" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L76
  101. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L77
  102. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L81
  103. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L77
  104. unused-argument:
    Unused argument 'arg2'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L78
  105. unused-argument:
    Unused argument 'arg3'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L79
  106. unused-argument:
    Unused argument 'arg4'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L80
  107. unused-argument:
    Unused argument 'arg5'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L81
  108. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L83
  109. invalid-name:
    Function name "PQsendQueryPrepared" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L83
  110. too-many-arguments:
    Too many arguments (7/5)
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L83
  111. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L84
  112. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L87
  113. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L88
  114. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L89
  115. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L84
  116. unused-argument:
    Unused argument 'arg2'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L85
  117. unused-argument:
    Unused argument 'arg3'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L86
  118. unused-argument:
    Unused argument 'arg4'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L87
  119. unused-argument:
    Unused argument 'arg5'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L88
  120. unused-argument:
    Unused argument 'arg6'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L89
  121. unused-argument:
    Unused argument 'arg7'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L90
  122. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L92
  123. invalid-name:
    Function name "PQcancelCreate" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L92
  124. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L92
  125. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L92
  126. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L93
  127. invalid-name:
    Function name "PQcancelBlocking" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L93
  128. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L93
  129. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L93
  130. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L94
  131. invalid-name:
    Function name "PQcancelStart" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L94
  132. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L94
  133. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L94
  134. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L95
  135. invalid-name:
    Function name "PQcancelPoll" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L95
  136. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L95
  137. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L95
  138. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L96
  139. invalid-name:
    Function name "PQcancelStatus" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L96
  140. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L96
  141. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L96
  142. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L97
  143. invalid-name:
    Function name "PQcancelSocket" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L97
  144. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L97
  145. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L97
  146. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L98
  147. invalid-name:
    Function name "PQcancelErrorMessage" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L98
  148. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L98
  149. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L98
  150. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L99
  151. invalid-name:
    Function name "PQcancelReset" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L99
  152. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L99
  153. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L99
  154. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L100
  155. invalid-name:
    Function name "PQcancelFinish" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L100
  156. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L100
  157. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L100
  158. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L101
  159. invalid-name:
    Function name "PQcancel" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L101
  160. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L101
  161. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L101
  162. unused-argument:
    Unused argument 'arg2'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L101
  163. unused-argument:
    Unused argument 'arg3'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L101
  164. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L102
  165. invalid-name:
    Function name "PQsetNoticeReceiver" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L102
  166. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L103
  167. unused-argument:
    Unused argument 'arg2'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L103
  168. unused-argument:
    Unused argument 'arg3'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L103
  169. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L109
  170. invalid-name:
    Function name "PQnotifies" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L109
  171. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L110
  172. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L111
  173. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L110
  174. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L112
  175. invalid-name:
    Function name "PQputCopyEnd" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L112
  176. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L112
  177. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L112
  178. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L112
  179. unused-argument:
    Unused argument 'arg2'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L112
  180. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L115
  181. invalid-name:
    Function name "PQgetCopyData" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L115
  182. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L115
  183. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L115
  184. unused-argument:
    Unused argument 'arg2'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L115
  185. unused-argument:
    Unused argument 'arg3'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L115
  186. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L116
  187. invalid-name:
    Function name "PQsetResultAttrs" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L116
  188. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L117
  189. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L117
  190. unused-argument:
    Unused argument 'arg2'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L118
  191. unused-argument:
    Unused argument 'arg3'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L119
  192. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L121
  193. invalid-name:
    Function name "PQtrace" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L121
  194. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L122
  195. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L122
  196. unused-argument:
    Unused argument 'arg2'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L123
  197. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L125
  198. invalid-name:
    Function name "PQsetTraceFlags" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L125
  199. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L125
  200. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L125
  201. unused-argument:
    Unused argument 'arg2'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L125
  202. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L126
  203. invalid-name:
    Function name "PQencryptPasswordConn" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L126
  204. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L127
  205. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L130
  206. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L127
  207. unused-argument:
    Unused argument 'arg2'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L128
  208. unused-argument:
    Unused argument 'arg3'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L129
  209. unused-argument:
    Unused argument 'arg4'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L130
  210. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L132
  211. invalid-name:
    Function name "PQpipelineStatus" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L132
  212. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L132
  213. unused-argument:
    Unused argument 'pgconn'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L132
  214. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L133
  215. invalid-name:
    Function name "PQenterPipelineMode" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L133
  216. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L133
  217. unused-argument:
    Unused argument 'pgconn'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L133
  218. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L134
  219. invalid-name:
    Function name "PQexitPipelineMode" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L134
  220. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L134
  221. unused-argument:
    Unused argument 'pgconn'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L134
  222. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L135
  223. invalid-name:
    Function name "PQpipelineSync" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L135
  224. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L135
  225. unused-argument:
    Unused argument 'pgconn'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L135
  226. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L136
  227. invalid-name:
    Function name "PQsendFlushRequest" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L136
  228. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L136
  229. unused-argument:
    Unused argument 'pgconn'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L136
  230. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L140
  231. invalid-name:
    Function name "PQlibVersion" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L140
  232. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L141
  233. invalid-name:
    Function name "PQconnectdb" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L141
  234. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L141
  235. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L142
  236. invalid-name:
    Function name "PQconnectStart" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L142
  237. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L142
  238. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L143
  239. invalid-name:
    Function name "PQconnectPoll" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L143
  240. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L143
  241. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L143
  242. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L144
  243. invalid-name:
    Function name "PQconndefaults" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L144
  244. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L145
  245. invalid-name:
    Function name "PQconninfoFree" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L145
  246. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L145
  247. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L146
  248. invalid-name:
    Function name "PQconninfo" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L146
  249. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L146
  250. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L146
  251. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L147
  252. invalid-name:
    Function name "PQconninfoParse" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L147
  253. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L147
  254. unused-argument:
    Unused argument 'arg2'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L147
  255. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L148
  256. invalid-name:
    Function name "PQfinish" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L148
  257. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L148
  258. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L148
  259. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L149
  260. invalid-name:
    Function name "PQreset" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L149
  261. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L149
  262. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L149
  263. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L150
  264. invalid-name:
    Function name "PQresetStart" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L150
  265. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L150
  266. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L150
  267. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L151
  268. invalid-name:
    Function name "PQresetPoll" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L151
  269. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L151
  270. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L151
  271. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L152
  272. invalid-name:
    Function name "PQping" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L152
  273. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L152
  274. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L153
  275. invalid-name:
    Function name "PQdb" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L153
  276. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L153
  277. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L153
  278. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L153
  279. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L154
  280. invalid-name:
    Function name "PQuser" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L154
  281. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L154
  282. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L154
  283. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L154
  284. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L155
  285. invalid-name:
    Function name "PQpass" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L155
  286. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L155
  287. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L155
  288. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L155
  289. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L156
  290. invalid-name:
    Function name "PQhost" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L156
  291. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L156
  292. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L156
  293. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L156
  294. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L157
  295. invalid-name:
    Function name "PQport" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L157
  296. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L157
  297. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L157
  298. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L157
  299. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L158
  300. invalid-name:
    Function name "PQtty" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L158
  301. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L158
  302. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L158
  303. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L158
  304. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L159
  305. invalid-name:
    Function name "PQoptions" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L159
  306. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L159
  307. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L159
  308. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L159
  309. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L160
  310. invalid-name:
    Function name "PQstatus" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L160
  311. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L160
  312. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L160
  313. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L161
  314. invalid-name:
    Function name "PQtransactionStatus" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L161
  315. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L161
  316. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L161
  317. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L162
  318. invalid-name:
    Function name "PQparameterStatus" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L162
  319. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L162
  320. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L162
  321. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L162
  322. unused-argument:
    Unused argument 'arg2'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L162
  323. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L163
  324. invalid-name:
    Function name "PQprotocolVersion" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L163
  325. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L163
  326. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L163
  327. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L164
  328. invalid-name:
    Function name "PQserverVersion" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L164
  329. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L164
  330. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L164
  331. missing-function-docstring:
    Missing function or method docstring
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L165
  332. invalid-name:
    Function name "PQsocket" doesn't conform to snake_case naming style
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L165
  333. consider-alternative-union-syntax:
    Consider using alternative Union syntax instead of 'Optional'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L165
  334. unused-argument:
    Unused argument 'arg1'
    https://github.com/psycopg/psycopg/blob/5adfbc9dfb8ae2d9f7378487615abf52538368da/psycopg/psycopg/pq/_pq_ctypes.pyi#L165
  335. missing-function-docstring:
    Missing function or method docstring
    https://github.co...

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

This comment was generated for commit 54ca1fc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant