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.
1 parent 92016da commit 1da8d3fCopy full SHA for 1da8d3f
mypy.ini
@@ -1,2 +1,3 @@
1
[mypy]
2
+disallow_untyped_defs = True
3
ignore_missing_imports = True
scripts/lint.sh
@@ -3,6 +3,6 @@
set -e
4
set -x
5
6
-mypy fastapi --disallow-untyped-defs
+mypy fastapi
7
black fastapi tests --check
8
isort --multi-line=3 --trailing-comma --force-grid-wrap=0 --combine-as --line-width 88 --recursive --check-only --thirdparty fastapi fastapi tests
0 commit comments