Skip to content

Commit cfb1443

Browse files
committed
exclude non-source code directories for mypy
1 parent 9702533 commit cfb1443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ sections='FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER'
3434
no_lines_before='LOCALFOLDER'
3535

3636
[tool.mypy]
37-
exclude="^(tests|testing)$"
37+
exclude="^(tests|testing|data|scripts)$"
3838
namespace_packages=true
3939
explicit_package_bases=true
4040
ignore_missing_imports=true

0 commit comments

Comments
 (0)