2024-07-04 20:06:36 +02:00
|
|
|
[IMPORTS]
|
|
|
|
|
|
|
|
deprecated-modules=
|
|
|
|
dns.resolver,
|
|
|
|
|
|
|
|
[MESSAGES CONTROL]
|
|
|
|
|
2020-03-30 14:18:01 +02:00
|
|
|
disable=
|
2021-10-28 14:03:04 +02:00
|
|
|
C0103, # invalid-name
|
2020-03-30 14:18:01 +02:00
|
|
|
C0114, # missing-module-docstring
|
|
|
|
C0115, # missing-class-docstring
|
|
|
|
C0116, # missing-function-docstring
|
2021-10-28 14:03:04 +02:00
|
|
|
C0209, # consider-using-f-string
|
2023-11-02 16:29:46 +01:00
|
|
|
C0301, # line-too-long, handled better by black
|
2024-10-14 14:44:06 +02:00
|
|
|
C0302, # too-many-lines
|
2021-10-28 14:03:04 +02:00
|
|
|
C0415, # import-outside-toplevel
|
2020-03-30 14:18:01 +02:00
|
|
|
R0801, # duplicate-code
|
2024-10-14 14:44:06 +02:00
|
|
|
R0901, # too-many-ancestors
|
|
|
|
R0902, # too-many-instance-attributes
|
2023-04-05 10:48:57 +02:00
|
|
|
R0903, # too-few-public-methods
|
2024-10-14 14:44:06 +02:00
|
|
|
R0904, # too-many-public-methods
|
|
|
|
R0911, # too-many-return-statements
|
|
|
|
R0912, # too-many-branches
|
|
|
|
R0913, # too-many-arguments
|
|
|
|
R0914, # too-many-locals
|
|
|
|
R0915, # too-many-statements
|
|
|
|
R0916, # too-many-boolean-expressions
|
|
|
|
R0917, # too-many-positional-arguments
|