Skip to content

Commit

Permalink
removed pylint and typ-check exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis-Mittenzwei committed Oct 2, 2024
1 parent 1dbb4c2 commit c5c5a2f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,12 @@ testpaths = [
]

[[tool.mypy.overrides]]
module = ["exasol_integration_test_docker_environment.*", "luigi.*", "docker.*",
"humanfriendly", "configobj", "exasol.bucketfs", "toml"]
module = []
ignore_missing_imports = true


[tool.pylint.'MESSAGES CONTROL']
max-line-length = 120
disable = """
W,R,C,
duplicate-code,
missing-class-docstring,
missing-module-docstring,
missing-function-docstring,
too-many-ancestors,
broad-exception-raised,
broad-exception-caught,
consider-using-f-string,
useless-parent-delegation
"""

0 comments on commit c5c5a2f

Please sign in to comment.