Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
harisankar95 committed Jan 21, 2024
1 parent ec08367 commit b624762
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,23 @@ source = pathfinding3d
show_missing = True
exclude_also =
def __repr__
def __str__
def __lt__
def __eq__
def __str__
def __lt__
def __eq__

[pylint]
disable = missing-docstring,
invalid-name,
too-many-instance-attributes,
too-many-locals,
too-many-nested-blocks,
too-many-public-methods,
too-few-public-methods,
too-many-arguments,
too-many-branches,
# many functions will naturally have unused arguments.
unused-argument,
disable =
missing-docstring,
invalid-name,
too-many-instance-attributes,
too-many-locals,
too-many-nested-blocks,
too-many-public-methods,
too-few-public-methods,
too-many-arguments,
too-many-branches,
# many functions will naturally have unused arguments.
unused-argument,

[pylint.FORMAT]
max-line-length = 120
Expand Down

0 comments on commit b624762

Please sign in to comment.