Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Commit

Permalink
fix mypy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshKarpel committed Sep 14, 2020
1 parent cbd6a59 commit 1acdc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tests =
pytest>=6

[mypy]
files = un_fstring.py, tests/*.py
files = dis_cli.py, tests/*.py
pretty = true
check_untyped_defs = true
disallow_incomplete_defs = true
Expand Down

0 comments on commit 1acdc8a

Please sign in to comment.