Improve pre-commit hooks (#1602)

Co-authored-by: Jeff Rasley <jerasley@microsoft.com>
This commit is contained in:
Alex Hedges
2021-11-30 22:12:29 -05:00
committed by GitHub
parent 8159c1bc5b
commit fc2f378ece
37 changed files with 103 additions and 104 deletions

View File

@ -72,6 +72,7 @@ html_context = {
# Mock imports so we don't have to install torch to build the docs.
from unittest.mock import MagicMock
sys.path.insert(0, os.path.abspath('../../../'))
# Prepend module names to class descriptions?