Skip to content

Commit

Permalink
Apply updates from cookiecutter
Browse files Browse the repository at this point in the history
This automated commit applies the latest updates from our cookiecutters [1] to
this repo.

[1]: https://github.com/hypothesis/cookiecutters
  • Loading branch information
github-actions[bot] committed Jan 17, 2025
1 parent 2ccb6dc commit 59e630d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ show_missing = true
precision = 2
fail_under = 100.00
skip_covered = true
exclude_also = [
# `if TYPE_CHECKING:` blocks are only executed while running mypy.
"if TYPE_CHECKING:",
]

[tool.isort]
multi_line_output = 3
Expand Down Expand Up @@ -154,8 +158,8 @@ exclude = [
]

[[tool.mypy.overrides]]
module= [
# Don't try to typecheck the tests for now
module = [
# Don't try to typecheck the tests for now.
"tests.*",
]
ignore_errors = true

0 comments on commit 59e630d

Please sign in to comment.