Skip to content

Commit

Permalink
minor reordering of the directives
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Jun 14, 2023
1 parent 2200386 commit d1d699b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# SPDX-License-Identifier: MIT

[MASTER]
init-hook='import sys; sys.path.append("./")'
max-line-length=150
disable=broad-except
init-hook='import sys; sys.path.append("./")'
max-args=15
max-locals=20
min-public-methods=0
Expand Down

0 comments on commit d1d699b

Please sign in to comment.