Skip to content

Commit

Permalink
Be strict about types in noxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz committed May 26, 2020
1 parent 45ef772 commit 08911df
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions {{cookiecutter.project_name}}/mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,8 @@ warn_unreachable = True
warn_unused_configs = True
warn_unused_ignores = True

[mypy-noxfile]
disallow_untyped_decorators = False

[mypy-tests.*]
disallow_untyped_decorators = False

[mypy-nox.*]
ignore_missing_imports = True

[mypy-pytest]
ignore_missing_imports = True

0 comments on commit 08911df

Please sign in to comment.