forked from orbit-oss/flask
Merge branch '3.0.x'
This commit is contained in:
commit
708d62d717
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ source = ["src", "*/site-packages"]
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
python_version = "3.8"
|
python_version = "3.8"
|
||||||
files = ["src/flask"]
|
files = ["src/flask", "tests/typing"]
|
||||||
show_error_codes = true
|
show_error_codes = true
|
||||||
pretty = true
|
pretty = true
|
||||||
#strict = true
|
#strict = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue