Skip to content

Commit

Permalink
pylint only errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Mar 28, 2024
1 parent 578f294 commit c3bb387
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# pylint: disable=too-many-arguments
# pylint: disable-msg=too-many-locals
# pylint: disable=missing-module-docstring
# pylint: disable=missing-class-docstring
# pylint: disable=missing-function-docstring
# pylint: disable=line-too-long
from typing import Optional, Any
import os
import re
Expand Down
5 changes: 0 additions & 5 deletions test/unit/deployment/test_language_container_deployer.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# pylint: disable=redefined-outer-name
# pylint: disable=missing-module-docstring
# pylint: disable=missing-class-docstring
# pylint: disable=missing-function-docstring
# pylint: disable=line-too-long
from pathlib import Path, PurePosixPath
from unittest.mock import create_autospec, MagicMock, patch

Expand Down
4 changes: 0 additions & 4 deletions test/unit/deployment/test_language_container_deployer_cli.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# pylint: disable=missing-module-docstring
# pylint: disable=missing-class-docstring
# pylint: disable=missing-function-docstring
# pylint: disable=line-too-long
import click
from exasol.python_extension_common.deployment.language_container_deployer_cli import (
_ParameterFormatters, CustomizableParameters)
Expand Down

0 comments on commit c3bb387

Please sign in to comment.