Skip to content

Commit 7c64f9e

Browse files
authored
Update pyproject.toml
1 parent 7cf39b4 commit 7c64f9e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,11 @@ python_version = "3.8"
8282
show_error_codes = true
8383
pretty = true
8484
strict = true
85-
# db.Model attribute doesn't recognize subclassing
8685
disable_error_code = ["name-defined", 'union-attr']
87-
# db.Model is Any
8886
disallow_subclassing_any = false
8987
[[tool.mypy.overrides]]
9088
module = "ellar_sqlalchemy.cli.commands"
9189
ignore_errors = true
9290
[[tool.mypy.overrides]]
9391
module = "ellar_sqlalchemy.migrations.*"
94-
disable_error_code = ["arg-type", 'union-attr']
92+
disable_error_code = ["arg-type", 'union-attr']

0 commit comments

Comments
 (0)