Skip to content

Commit

Permalink
Fix import issues of pylintrc
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Orru <simone.orru@secomind.com>
  • Loading branch information
sorru94 committed Aug 8, 2024
1 parent 913d649 commit b1f7047
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,7 +6,7 @@

# Python code to execute, usually for sys.path manipulation such as
# pygtk.require().
#init-hook=
init-hook='import sys; sys.path.append(".")'

# Files or directories to be skipped. They should be base names, not
# paths.
Expand Down

0 comments on commit b1f7047

Please sign in to comment.