Skip to content

Commit

Permalink
chore: add pylint recusive error handling for astroid errors
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffit authored and tennlee committed Oct 19, 2023
1 parent a6f8d88 commit 0fbf045
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,9 @@ addopts = [
'--cov-report=term-missing',
'--junitxml=report.xml'
]
[tool.pylint.master]
# https://github.com/PyCQA/pylint/issues/4081#issuecomment-778242554
init-hook = 'import sys; sys.setrecursionlimit(3 * sys.getrecursionlimit())'

[tool.pylint.FORMAT]
max_line_length=120

0 comments on commit 0fbf045

Please sign in to comment.