diff --git a/docs/conf.py b/docs/conf.py index 8a03b2fb..08e24aaf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,7 +6,7 @@ from unittest.mock import MagicMock sys.path.insert(0, os.path.abspath('..')) -from yamllint import __copyright__, APP_NAME, APP_VERSION # noqa: I001, E402 +from yamllint import __copyright__, APP_NAME, APP_VERSION # noqa: E402 # -- General configuration ------------------------------------------------