Skip to content

Commit

Permalink
Excluded generated API from mypy type check
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Apr 18, 2024
1 parent 5b4e832 commit 1decf0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,14 @@ ignore-paths = [
[[tool.mypy.overrides]]
module = [
"exasol.toolbox.nox.tasks",
"exasol.saas.client.openapi.*",
"test.conftest.*",
"test.*",
]
ignore_errors = true
ignore_missing_imports = true


[tool.pylint.format]
max-line-length = 88
max-module-lines = 800
Expand Down

0 comments on commit 1decf0d

Please sign in to comment.