Bugfixes: Cloudflare bypassing, JS parser; tests, pylint, makefile
This commit is contained in:
parent
1055628241
commit
dc52f92985
19 changed files with 142 additions and 72 deletions
3
pylintrc
3
pylintrc
|
@ -39,12 +39,9 @@ disable=raw-checker-failed,
|
|||
useless-suppression,
|
||||
deprecated-pragma,
|
||||
use-symbolic-message-instead,
|
||||
wrong-import-order,
|
||||
unspecified-encoding,
|
||||
logging-not-lazy,
|
||||
logging-fstring-interpolation,
|
||||
no-member,
|
||||
too-many-branches,
|
||||
too-many-arguments,
|
||||
too-many-public-methods,
|
||||
too-many-instance-attributes
|
||||
|
|
Reference in a new issue