We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55a0bba + c2c795d commit 5f9d653Copy full SHA for 5f9d653
README.md
@@ -10,7 +10,7 @@
10
11
## Project Status
12
- 70% done
13
-- tests
+- Tests
14
- Documentation
15
16
## Introduction
pyproject.toml
@@ -86,13 +86,11 @@ python_version = "3.8"
86
show_error_codes = true
87
pretty = true
88
strict = true
89
-# db.Model attribute doesn't recognize subclassing
90
disable_error_code = ["name-defined", 'union-attr']
91
-# db.Model is Any
92
disallow_subclassing_any = false
93
[[tool.mypy.overrides]]
94
module = "ellar_sqlalchemy.cli.commands"
95
ignore_errors = true
96
97
module = "ellar_sqlalchemy.migrations.*"
98
-disable_error_code = ["arg-type", 'union-attr']
+disable_error_code = ["arg-type", 'union-attr']
0 commit comments