Skip to content

Commit

Permalink
Set default files to type check
Browse files Browse the repository at this point in the history
Signed-off-by: Carmen Bianca BAKKER <[email protected]>
  • Loading branch information
carmenbianca committed Apr 10, 2023
1 parent faebb9f commit 2035711
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ use_parentheses = true
line_length = 80

[tool.mypy]
files = [
"src/reuse/**.py",
"tests/**.py",
]
exclude = [
'^_build\.py$',
'^conf\.py$',
Expand Down

0 comments on commit 2035711

Please sign in to comment.