Skip to content

Commit

Permalink
Ignore tests and build directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilStenstrom committed Jul 13, 2024
1 parent f2a9971 commit e054f61
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,11 @@ omit = [
line_length = 119
multi_line_output = 5
include_trailing_comma = true
known_first_party = ["conllu", "tests"]
known_first_party = ["conllu", "tests"]

[tool.mypy]
check_untyped_defs = true
exclude = [
'tests',
'build',
]

0 comments on commit e054f61

Please sign in to comment.