Skip to content

Commit 5f9d653

Browse files
authored
Merge branch 'master' into table_image_file
2 parents 55a0bba + c2c795d commit 5f9d653

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Project Status
1212
- 70% done
13-
- tests
13+
- Tests
1414
- Documentation
1515

1616
## Introduction

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,11 @@ python_version = "3.8"
8686
show_error_codes = true
8787
pretty = true
8888
strict = true
89-
# db.Model attribute doesn't recognize subclassing
9089
disable_error_code = ["name-defined", 'union-attr']
91-
# db.Model is Any
9290
disallow_subclassing_any = false
9391
[[tool.mypy.overrides]]
9492
module = "ellar_sqlalchemy.cli.commands"
9593
ignore_errors = true
9694
[[tool.mypy.overrides]]
9795
module = "ellar_sqlalchemy.migrations.*"
98-
disable_error_code = ["arg-type", 'union-attr']
96+
disable_error_code = ["arg-type", 'union-attr']

0 commit comments

Comments
 (0)