Skip to content

Commit

Permalink
Fix pylint errors (#611)
Browse files Browse the repository at this point in the history
Signed-off-by: Niranjan Artal <[email protected]>
  • Loading branch information
nartal1 authored Oct 9, 2023
1 parent 07c8de6 commit 8994d8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ disable=
too-many-arguments,
# R0914: Too many local variables
too-many-locals,
# R0801: Similar lines in 2 files
duplicate-code,
# R0401: Cylic import
cyclic-import,
# R0912: Too many branches
too-many-branches,
useless-object-inheritance,
Expand Down

0 comments on commit 8994d8e

Please sign in to comment.