Skip to content

Commit

Permalink
Remove 'print-statement' option from pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Privat33r-dev committed Apr 10, 2024
1 parent a0d8802 commit 83f41e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,4 @@ ignore-imports=yes

#TODO: DEV - Fix these one day: broad-except, fixme
disable=logging-format-interpolation, logging-fstring-interpolation, broad-except, fixme, missing-class-docstring, missing-module-docstring, missing-function-docstring
enable=print-statement
extension-pkg-whitelist=lxml

0 comments on commit 83f41e2

Please sign in to comment.