Skip to content

Commit

Permalink
added .pylintrc
Browse files Browse the repository at this point in the history
So that it can check the python code in the repo
without errors on missing imports.
  • Loading branch information
ChristianKuehnel committed Dec 16, 2020
1 parent 44410c4 commit 5a45da1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# add root folder to Pylint PYTHONPATH, so builders can be checked with zorg.*
# packages
[MASTER]
init-hook='import sys; sys.path.append(".")'

[FORMAT]
max-line-length=120

0 comments on commit 5a45da1

Please sign in to comment.