Skip to content

Commit d6d6612

Browse files
Autogenerate types
1 parent 1092671 commit d6d6612

24 files changed

+1979
-179
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ convention = "google"
7979
"SIM117", # Use a single `with` statement with multiple contexts
8080
"SLF001", # private member access
8181
]
82+
"_server_schemas.py" = ["ALL"]
8283

8384
[tool.ruff.lint.pylint]
8485
# Maximum number of arguments for function / method
@@ -129,3 +130,8 @@ fail_under = 80
129130
show_error_codes = true
130131
ignore_missing_imports = true
131132
allow_redefinition = true
133+
exclude = ["^_server_schemas\\.py$"]
134+
135+
[[tool.mypy.overrides]]
136+
module = "entitysdk._server_schemas"
137+
ignore_errors = true

0 commit comments

Comments
 (0)