Skip to content

Commit

Permalink
Ignore mypy configuration file (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
paw-lu committed Mar 12, 2021
1 parent 1228981 commit 5525832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def lint(session):
session.install("flake8==3.7.8", "black==19.3b0", "isort==4.3.21", "mypy==0.720")
session.run(
"mypy",
"--config-file=",
"--disallow-untyped-defs",
"--warn-unused-ignores",
"--ignore-missing-imports",
Expand Down

0 comments on commit 5525832

Please sign in to comment.