Skip to content

Commit

Permalink
fix: add pylintrc adding the repository to python path
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioseel committed Oct 10, 2024
1 parent c2fd3cb commit c7a8a69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[MASTER]
init-hook='import sys; sys.path.append(".")'

0 comments on commit c7a8a69

Please sign in to comment.