Skip to content

Commit

Permalink
Merge pull request #83 from scipp/copier-update
Browse files Browse the repository at this point in the history
Apply copier update for better mypy configuration
  • Loading branch information
YooSunYoung authored Jul 17, 2023
2 parents de31e6e + 034362e commit 71eb46f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: 6c45980
_commit: 2e7a01f
_src_path: gh:scipp/copier_template
description: Live data reduction visualisation framework for ESS.
max_python: '3.11'
Expand Down
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,12 @@ skip_gitignore = true
profile = "black"

[tool.mypy]
mypy_path = "src"
strict = true
ignore_missing_imports = true
enable_error_code = [
"ignore-without-code",
"redundant-expr",
"truthy-bool",
]
show_error_codes = true
warn_unreachable = true

0 comments on commit 71eb46f

Please sign in to comment.